← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~agateau/dbusmenu/doxygen-main-page into lp:dbusmenu

 

Aurélien Gâteau has proposed merging lp:~agateau/dbusmenu/doxygen-main-page into lp:dbusmenu.

Requested reviews:
  DBus Menu Team (dbusmenu-team)


Add a main page to the spec doc with a link to the actual interface documentation.
-- 
https://code.launchpad.net/~agateau/dbusmenu/doxygen-main-page/+merge/24600
Your team ayatana-commits is subscribed to branch lp:dbusmenu.
=== modified file 'libdbusmenu-glib/dbus-menu.xml'
--- libdbusmenu-glib/dbus-menu.xml	2010-04-02 14:50:34 +0000
+++ libdbusmenu-glib/dbus-menu.xml	2010-05-03 19:32:27 +0000
@@ -29,12 +29,18 @@
 <http://www.gnu.org/licenses/>
 -->
 <node name="/" xmlns:dox="http://www.ayatana.org/dbus/dox.dtd";>
+    <dox:d><![CDATA[
+    @mainpage
+
+    The goal of DBusMenu is to expose menus on DBus.
+    
+    Main interface is documented here: @ref org::ayatana::dbusmenu
+    ]]></dox:d>
 	<interface name="org.ayatana.dbusmenu">
 		<dox:d><![CDATA[
-		The goal of this DBus interface is to be able to pass menu items
-		through DBus.
+		A DBus interface to expose menus on DBus.
 
-		Items are represented with a unique numeric id and a dictionary of
+		Menu items are represented with a unique numeric id and a dictionary of
 		properties.
 
 		To reduce the amount of DBus traffic, a property should only be returned


Follow ups