doxygen tweak

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12323 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Neil Williams 2006-01-11 13:06:07 +00:00
parent ad79d941fa
commit d9e6063412
2 changed files with 14 additions and 5 deletions

View File

@ -22,7 +22,13 @@
* * * *
\********************************************************************/ \********************************************************************/
/* 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 * - The budget values that the user enters (and that are stored) for
* each account are inclusive of any sub-accounts. * each account are inclusive of any sub-accounts.

View File

@ -20,10 +20,13 @@
*/ */
/** @addtogroup budget /** @addtogroup budget
* @{ */ @{ */
/* This file provides some utilities for working with the list of /** @file gnc-tree-model-budget.h
* budgets in a book. TODO: This file is poorly named, since it * @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.*/ * covers both model and view.*/
#ifndef __GNC_TREE_MODEL_BUDGET_H__ #ifndef __GNC_TREE_MODEL_BUDGET_H__
@ -49,5 +52,5 @@ GncBudget *gnc_tree_model_budget_get_budget(GtkTreeModel *tm,
void gnc_tree_model_budget_get_iter_for_budget(GtkTreeModel *tm, void gnc_tree_model_budget_get_iter_for_budget(GtkTreeModel *tm,
GtkTreeIter *iter, GtkTreeIter *iter,
GncBudget *bgt); GncBudget *bgt);
/** @} */
#endif // __GNC_TREE_MODEL_BUDGET_H__ #endif // __GNC_TREE_MODEL_BUDGET_H__