A few doxygen fixes.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17041 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2008-03-23 00:01:05 +00:00
parent ecff4858c2
commit 7d5e0985f4
9 changed files with 14 additions and 8 deletions

View File

@ -21,7 +21,7 @@
/** @addtogroup Utilities /** @addtogroup Utilities
@{ */ @{ */
/** @file qof-util.h /** @file qofutil.h
@brief QOF utility functions @brief QOF utility functions
@author Copyright (C) 1997 Robin D. Clark <rclark@cs.hmc.edu> @author Copyright (C) 1997 Robin D. Clark <rclark@cs.hmc.edu>
@author Copyright (C) 2000 Bill Gribble <grib@billgribble.com> @author Copyright (C) 2000 Bill Gribble <grib@billgribble.com>

View File

@ -23,7 +23,7 @@
/** @addtogroup GLib /** @addtogroup GLib
@{ */ @{ */
/** @addtogroup GConf GLib Utilities /** @addtogroup GConf GConf Utilities
The API in this file is designed to provide support functions that The API in this file is designed to provide support functions that
wrap the base glib functions and make them easier to use. wrap the base glib functions and make them easier to use.

View File

@ -21,8 +21,6 @@
* * * *
\********************************************************************/ \********************************************************************/
/** @addtogroup Gtk
@{ */
/** @addtogroup Gtk Gtk Utilities /** @addtogroup Gtk Gtk Utilities
The API in this file is designed to provide support functions that The API in this file is designed to provide support functions that
@ -51,4 +49,3 @@ void gnc_cbe_require_list_item (GtkComboBoxEntry *cbe);
#endif /* GNC_GTK_UTILS_H */ #endif /* GNC_GTK_UTILS_H */
/** @} */ /** @} */
/** @} */

View File

@ -215,6 +215,7 @@ gnc_currency_edit_new (void)
/** @} */ /** @} */
/** @name Get/Set Functions */ /** @name Get/Set Functions */
/** @{ */
/* Set the widget to display a certain currency name. /* Set the widget to display a certain currency name.
* *
@ -281,6 +282,8 @@ gnc_currency_edit_get_currency (GNCCurrencyEdit *gce)
return commodity; return commodity;
} }
/** @} */
/** @} */
/** @} */ /** @} */
/* /*

View File

@ -90,7 +90,7 @@ GtkWidget *gnc_currency_edit_new (void);
/** @name Get/Set Functions */ /** @name Get/Set Functions */
/** @{ */
/** Set the widget to display a certain currency name. /** Set the widget to display a certain currency name.
* *
@ -111,8 +111,11 @@ void gnc_currency_edit_set_currency (GNCCurrencyEdit *gce, const gnc_commodity *
*/ */
gnc_commodity *gnc_currency_edit_get_currency (GNCCurrencyEdit *gce); gnc_commodity *gnc_currency_edit_get_currency (GNCCurrencyEdit *gce);
/** @} */
#endif #endif
/** @} */
/** @} */ /** @} */
/* /*

View File

@ -476,6 +476,7 @@ void gnc_tree_view_account_expand_to_account (GncTreeViewAccount *view, Account
/** @} */ /** @} */
/** @} */
/** @} */ /** @} */
G_END_DECLS G_END_DECLS

View File

@ -61,6 +61,8 @@ GtkTreeView* gnc_tree_view_sx_list_new(GncSxInstanceModel *sx_instances);
SchedXaction* gnc_tree_view_sx_list_get_sx_from_path(GncTreeViewSxList *view, GtkTreePath *path); SchedXaction* gnc_tree_view_sx_list_get_sx_from_path(GncTreeViewSxList *view, GtkTreePath *path);
/** @} */
G_END_DECLS G_END_DECLS
#endif /* __GNC_TREE_VIEW_SX_LIST_H */ #endif /* __GNC_TREE_VIEW_SX_LIST_H */

View File

@ -2168,5 +2168,5 @@ gnc_tree_view_keynav(GncTreeView *view, GtkTreeViewColumn **col,
return; return;
} }
/** @} */
/** @} */ /** @} */

View File

@ -22,7 +22,7 @@
/** @addtogroup ContentPlugins /** @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. /** @brief Functions providing a list of scheduled transactions as a plugin page.
@author Josh Sled <jsled@asynchronous.org> @author Josh Sled <jsled@asynchronous.org>