[Gnucash-changes] r12323 - gnucash/trunk/src - doxygen tweak

Neil Williams codehelp at cvs.gnucash.org
Wed Jan 11 08:06:08 EST 2006


Author: codehelp
Date: 2006-01-11 08:06:07 -0500 (Wed, 11 Jan 2006)
New Revision: 12323
Trac: http://svn.gnucash.org/trac/changeset/12323

Modified:
   gnucash/trunk/src/engine/gnc-budget.h
   gnucash/trunk/src/gnome-utils/gnc-tree-model-budget.h
Log:
doxygen tweak

Modified: gnucash/trunk/src/engine/gnc-budget.h
===================================================================
--- gnucash/trunk/src/engine/gnc-budget.h	2006-01-11 04:39:12 UTC (rev 12322)
+++ gnucash/trunk/src/engine/gnc-budget.h	2006-01-11 13:06:07 UTC (rev 12323)
@@ -22,8 +22,14 @@
  *                                                                  *
 \********************************************************************/
 
-/*  Design decisions:
+/** @addtogroup budget 
+ @{
+*/
+/** @file gnc-budget.h
+ * @brief GnuCash Budgets
  *
+ *   Design decisions:
+ *
  *  - The budget values that the user enters (and that are stored) for
  *  each account are inclusive of any sub-accounts.
  *

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-model-budget.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-model-budget.h	2006-01-11 04:39:12 UTC (rev 12322)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-model-budget.h	2006-01-11 13:06:07 UTC (rev 12323)
@@ -20,10 +20,13 @@
  */
 
 /** @addtogroup budget
- *     @{ */
+   @{ */
 
-/* This file provides some utilities for working with the list of
- * budgets in a book.  TODO: This file is poorly named, since it
+/** @file gnc-tree-model-budget.h
+ * @brief provides some utilities for working with the list of
+ * budgets in a book.*/
+
+/** @todo This file is poorly named, since it
  * covers both model and view.*/
 
 #ifndef __GNC_TREE_MODEL_BUDGET_H__
@@ -49,5 +52,5 @@
 void gnc_tree_model_budget_get_iter_for_budget(GtkTreeModel *tm,
                                                GtkTreeIter *iter,
                                                GncBudget *bgt);
-
+/** @} */
 #endif // __GNC_TREE_MODEL_BUDGET_H__



More information about the gnucash-changes mailing list