summaryrefslogtreecommitdiff
path: root/doc/doxygen_to_devhelp.xsl
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-04-23 11:21:35 +0100
committerSimon McVittie <smcv@collabora.com>2018-04-23 17:39:21 +0100
commitc84ac8b1ef3a9fa18127b2462ead369c4e8846bd (patch)
tree3de41a56236eeb1738fa7b100a7bda8ee698400a /doc/doxygen_to_devhelp.xsl
parent49ad5b110fd5f5f4e41405d98007a11d8eb741f7 (diff)
downloaddbus-c84ac8b1ef3a9fa18127b2462ead369c4e8846bd.tar.gz
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>
Diffstat (limited to 'doc/doxygen_to_devhelp.xsl')
-rw-r--r--doc/doxygen_to_devhelp.xsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doxygen_to_devhelp.xsl b/doc/doxygen_to_devhelp.xsl
index 72098f9f..6f6a79bd 100644
--- a/doc/doxygen_to_devhelp.xsl
+++ b/doc/doxygen_to_devhelp.xsl
@@ -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"/>