summaryrefslogtreecommitdiff
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:45:58 +0100
commit6adba11fdfce6ae45da4d28c194548d950cd4c7a (patch)
tree3dbb66f36d55a3fd808f3429121d0adecaa7aedb
parent5c3af3b9d1b08220574bd935baa9e57ee34229e9 (diff)
downloaddbus-6adba11fdfce6ae45da4d28c194548d950cd4c7a.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> (cherry picked from commit c84ac8b1ef3a9fa18127b2462ead369c4e8846bd)
-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"/>