r17041 - gnucash/trunk - A few doxygen fixes.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Mar 22 20:01:05 EDT 2008


Author: andi5
Date: 2008-03-22 20:01:05 -0400 (Sat, 22 Mar 2008)
New Revision: 17041
Trac: http://svn.gnucash.org/trac/changeset/17041

Modified:
   gnucash/trunk/lib/libqof/qof/qofutil.h
   gnucash/trunk/src/core-utils/gnc-glib-utils.h
   gnucash/trunk/src/core-utils/gnc-gtk-utils.h
   gnucash/trunk/src/gnome-utils/gnc-currency-edit.c
   gnucash/trunk/src/gnome-utils/gnc-currency-edit.h
   gnucash/trunk/src/gnome-utils/gnc-tree-view-account.h
   gnucash/trunk/src/gnome-utils/gnc-tree-view-sx-list.h
   gnucash/trunk/src/gnome-utils/gnc-tree-view.c
   gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.h
Log:
A few doxygen fixes.


Modified: gnucash/trunk/lib/libqof/qof/qofutil.h
===================================================================
--- gnucash/trunk/lib/libqof/qof/qofutil.h	2008-03-20 23:29:26 UTC (rev 17040)
+++ gnucash/trunk/lib/libqof/qof/qofutil.h	2008-03-23 00:01:05 UTC (rev 17041)
@@ -21,7 +21,7 @@
 
 /** @addtogroup Utilities
     @{ */
-/** @file qof-util.h 
+/** @file qofutil.h
     @brief QOF utility functions
     @author Copyright (C) 1997 Robin D. Clark <rclark at cs.hmc.edu>
     @author Copyright (C) 2000 Bill Gribble <grib at billgribble.com>

Modified: gnucash/trunk/src/core-utils/gnc-glib-utils.h
===================================================================
--- gnucash/trunk/src/core-utils/gnc-glib-utils.h	2008-03-20 23:29:26 UTC (rev 17040)
+++ gnucash/trunk/src/core-utils/gnc-glib-utils.h	2008-03-23 00:01:05 UTC (rev 17041)
@@ -23,7 +23,7 @@
 
 /** @addtogroup GLib
     @{ */
-/** @addtogroup GConf GLib Utilities
+/** @addtogroup GConf GConf Utilities
 
     The API in this file is designed to provide support functions that
     wrap the base glib functions and make them easier to use.

Modified: gnucash/trunk/src/core-utils/gnc-gtk-utils.h
===================================================================
--- gnucash/trunk/src/core-utils/gnc-gtk-utils.h	2008-03-20 23:29:26 UTC (rev 17040)
+++ gnucash/trunk/src/core-utils/gnc-gtk-utils.h	2008-03-23 00:01:05 UTC (rev 17041)
@@ -21,8 +21,6 @@
  *                                                                  *
 \********************************************************************/
 
-/** @addtogroup Gtk
-    @{ */
 /** @addtogroup Gtk Gtk Utilities
 
     The API in this file is designed to provide support functions that
@@ -51,4 +49,3 @@
 
 #endif /* GNC_GTK_UTILS_H */
 /** @} */
-/** @} */

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.h
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.h	2008-03-20 23:29:26 UTC (rev 17040)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.h	2008-03-23 00:01:05 UTC (rev 17041)
@@ -22,7 +22,7 @@
 
 /** @addtogroup ContentPlugins
     @{ */
-/** @addtogroup GncPluginPageSxList An Plugin Page for the SX List.
+/** @addtogroup GncPluginPageSxList A SX List Plugin Page
     @{ */
 /** @brief Functions providing a list of scheduled transactions as a plugin page.
     @author Josh Sled <jsled at asynchronous.org>

Modified: gnucash/trunk/src/gnome-utils/gnc-currency-edit.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-currency-edit.c	2008-03-20 23:29:26 UTC (rev 17040)
+++ gnucash/trunk/src/gnome-utils/gnc-currency-edit.c	2008-03-23 00:01:05 UTC (rev 17041)
@@ -215,6 +215,7 @@
 /** @} */
 
 /** @name Get/Set Functions */
+/** @{ */
 
 /*  Set the widget to display a certain currency name.
  *
@@ -282,6 +283,8 @@
 }
 
 /** @} */
+/** @} */
+/** @} */
 
 /*
   Local Variables:

Modified: gnucash/trunk/src/gnome-utils/gnc-currency-edit.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-currency-edit.h	2008-03-20 23:29:26 UTC (rev 17040)
+++ gnucash/trunk/src/gnome-utils/gnc-currency-edit.h	2008-03-23 00:01:05 UTC (rev 17041)
@@ -90,8 +90,8 @@
 
 
 /** @name Get/Set Functions */
+/** @{ */
 
-
 /** Set the widget to display a certain currency name.
  *
  *  @param gce The currency editor widget to set.
@@ -111,9 +111,12 @@
  */
 gnc_commodity *gnc_currency_edit_get_currency (GNCCurrencyEdit *gce);
 
+/** @} */
+
 #endif
 
 /** @} */
+/** @} */
 
 /*
   Local Variables:

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view-account.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view-account.h	2008-03-20 23:29:26 UTC (rev 17040)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view-account.h	2008-03-23 00:01:05 UTC (rev 17041)
@@ -477,6 +477,7 @@
 /** @} */
 
 /** @} */
+/** @} */
 
 G_END_DECLS
 

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view-sx-list.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view-sx-list.h	2008-03-20 23:29:26 UTC (rev 17040)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view-sx-list.h	2008-03-23 00:01:05 UTC (rev 17041)
@@ -61,6 +61,8 @@
 
 SchedXaction* gnc_tree_view_sx_list_get_sx_from_path(GncTreeViewSxList *view, GtkTreePath *path);
 
+/** @} */
+
 G_END_DECLS
 
 #endif /* __GNC_TREE_VIEW_SX_LIST_H */

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view.c	2008-03-20 23:29:26 UTC (rev 17040)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view.c	2008-03-23 00:01:05 UTC (rev 17041)
@@ -2168,5 +2168,5 @@
     return;
 }
 
-
 /** @} */
+/** @} */



More information about the gnucash-changes mailing list