[maemo-commits] [maemo-commits] r14493 - in projects/haf/trunk/hildon-desktop: doc libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Oct 17 23:40:08 EEST 2007
Author: elmarco
Date: 2007-10-17 23:39:59 +0300 (Wed, 17 Oct 2007)
New Revision: 14493

Modified:
   projects/haf/trunk/hildon-desktop/doc/hildon-desktop-docs.sgml
   projects/haf/trunk/hildon-desktop/libhildondesktop/tasknavigator-item.c
Log:
minor modification


Modified: projects/haf/trunk/hildon-desktop/doc/hildon-desktop-docs.sgml
===================================================================
--- projects/haf/trunk/hildon-desktop/doc/hildon-desktop-docs.sgml	2007-10-17 20:30:17 UTC (rev 14492)
+++ projects/haf/trunk/hildon-desktop/doc/hildon-desktop-docs.sgml	2007-10-17 20:39:59 UTC (rev 14493)
@@ -11,12 +11,12 @@
     <releaseinfo>For Hildon Desktop &version;</releaseinfo>
   </bookinfo>
 
-  <chapter>
+  <chapter id="overview">
     <title>Overview</title>
     <xi:include href="xml/libhildondesktop.xml"/>
   </chapter>
 
-  <chapter>
+  <chapter id="desktop-items">
     <title>Desktop items</title>
     <xi:include href="xml/hildon-desktop-item.xml"/>
     <xi:include href="xml/hildon-desktop-home-item.xml"/>
@@ -25,7 +25,7 @@
     <xi:include href="xml/statusbar-item.xml"/>
   </chapter>
 
-  <chapter>
+  <chapter id="window-menu">
     <title>Window and menu-like</title>
     <xi:include href="xml/hildon-desktop-popup-window.xml"/>
     <xi:include href="xml/hildon-desktop-popup-menu.xml"/>

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/tasknavigator-item.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/tasknavigator-item.c	2007-10-17 20:30:17 UTC (rev 14492)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/tasknavigator-item.c	2007-10-17 20:39:59 UTC (rev 14493)
@@ -24,6 +24,12 @@
 
 #include "tasknavigator-item.h"
 
+/**
+ * SECTION:tasknavigator-item
+ * @short_description: base class from which task navigator items are derived.
+ * @see_also: #HildonDesktopPanelItem
+ */
+
 G_DEFINE_TYPE (TaskNavigatorItem, tasknavigator_item, HILDON_DESKTOP_TYPE_PANEL_ITEM)
 
 /* FIXME: change tasknavigator to task_navigator or TaskNavigator to Tasknavigator */


More information about the maemo-commits mailing list