From ae3184930914008dd3c2db5218c8f1b7287221cf Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sat, 10 Jul 2004 15:17:28 +0000 Subject: [PATCH] Tweaks - Derek, can you upgrade the version of doxygen on cvs.gnucash.org? doxygen --version 1.3.6 seems to handle grouping of functions correctly, whereas version 1.3.4 does not. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10192 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Transaction.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/engine/Transaction.h b/src/engine/Transaction.h index a55e2a9828..1e8f1d3bb1 100644 --- a/src/engine/Transaction.h +++ b/src/engine/Transaction.h @@ -116,12 +116,11 @@ Splits plus the value of all of its sub-Accounts. #define TXN_TYPE_PAYMENT 'P' /**< Transaction is a payment */ /**@}*/ -/*************************************************************** - * Transaction - */ +/* --------------------------------------------------------------- */ +/* Transactions */ /** @name Transaction creation and editing */ -/**@{*/ +/** @{ */ /** The xaccMallocTransaction() will malloc memory and initialize it. Once created, it is usually unsafe to merely "free" this memory; @@ -213,11 +212,11 @@ Transaction * xaccTransLookup (const GUID *guid, QofBook *book); */ guint gnc_book_count_transactions(QofBook *book); -/**@}*/ +/** @} */ /** @name Transaction general getters/setters */ -/**@{*/ +/** @{ */ /** Sorts the splits in a transaction, putting the debits first, * followed by the credits.