mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
doxygen tweak
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12323 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ad79d941fa
commit
d9e6063412
@ -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
|
||||
* each account are inclusive of any sub-accounts.
|
||||
|
@ -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 @@ GncBudget *gnc_tree_model_budget_get_budget(GtkTreeModel *tm,
|
||||
void gnc_tree_model_budget_get_iter_for_budget(GtkTreeModel *tm,
|
||||
GtkTreeIter *iter,
|
||||
GncBudget *bgt);
|
||||
|
||||
/** @} */
|
||||
#endif // __GNC_TREE_MODEL_BUDGET_H__
|
||||
|
Loading…
Reference in New Issue
Block a user