mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
ecff4858c2
commit
7d5e0985f4
@ -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@cs.hmc.edu>
|
||||
@author Copyright (C) 2000 Bill Gribble <grib@billgribble.com>
|
||||
|
@ -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.
|
||||
|
@ -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 @@ void gnc_cbe_require_list_item (GtkComboBoxEntry *cbe);
|
||||
|
||||
#endif /* GNC_GTK_UTILS_H */
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
@ -215,6 +215,7 @@ gnc_currency_edit_new (void)
|
||||
/** @} */
|
||||
|
||||
/** @name Get/Set Functions */
|
||||
/** @{ */
|
||||
|
||||
/* Set the widget to display a certain currency name.
|
||||
*
|
||||
@ -281,6 +282,8 @@ gnc_currency_edit_get_currency (GNCCurrencyEdit *gce)
|
||||
return commodity;
|
||||
}
|
||||
|
||||
/** @} */
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
||||
/*
|
||||
|
@ -90,7 +90,7 @@ GtkWidget *gnc_currency_edit_new (void);
|
||||
|
||||
|
||||
/** @name Get/Set Functions */
|
||||
|
||||
/** @{ */
|
||||
|
||||
/** 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);
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
||||
/*
|
||||
|
@ -476,6 +476,7 @@ void gnc_tree_view_account_expand_to_account (GncTreeViewAccount *view, Account
|
||||
|
||||
/** @} */
|
||||
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
||||
G_END_DECLS
|
||||
|
@ -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);
|
||||
|
||||
/** @} */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GNC_TREE_VIEW_SX_LIST_H */
|
||||
|
@ -2168,5 +2168,5 @@ gnc_tree_view_keynav(GncTreeView *view, GtkTreeViewColumn **col,
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
@ -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@asynchronous.org>
|
||||
|
Loading…
Reference in New Issue
Block a user