mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-06 21:10:19 +01:00
doxygen_to_devhelp: Make the API reference the front page
The tutorial is not necessarily a great entry point for the libdbus documentation: it's infrequently updated, and we should probably have the "If you use this low-level API directly, you're signing up for some pain" message from the API reference show up in devhelp more immediately. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=106186 Reviewed-by: Philip Withnall <withnall@endlessm.com> [smcv: Add longer commit message with rationale] Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
49ad5b110f
commit
c84ac8b1ef
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@
|
|||
<xsl:template match="/">
|
||||
<book title="D-Bus: A system for interprocess communication"
|
||||
name="dbus"
|
||||
link="dbus-tutorial.html">
|
||||
link="{$prefix}/api/index.html"
|
||||
>
|
||||
<chapters>
|
||||
<sub name="Tutorial" link="{$prefix}dbus-tutorial.html"/>
|
||||
<sub name="FAQ" link="{$prefix}dbus-faq.html"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue