doxygen_to_devhelp: Make the API reference the front page
authorSimon McVittie <smcv@collabora.com>
Mon, 23 Apr 2018 10:21:35 +0000 (11:21 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 23 Apr 2018 16:45:58 +0000 (17:45 +0100)
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)

doc/doxygen_to_devhelp.xsl

index 72098f9..6f6a79b 100644 (file)
@@ -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"/>