mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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
This commit is contained in:
parent
af15b1bfd8
commit
ae31849309
@ -116,12 +116,11 @@ Splits plus the value of all of its sub-Accounts.
|
|||||||
#define TXN_TYPE_PAYMENT 'P' /**< Transaction is a payment */
|
#define TXN_TYPE_PAYMENT 'P' /**< Transaction is a payment */
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
||||||
/***************************************************************
|
/* --------------------------------------------------------------- */
|
||||||
* Transaction
|
/* Transactions */
|
||||||
*/
|
|
||||||
|
|
||||||
/** @name Transaction creation and editing */
|
/** @name Transaction creation and editing */
|
||||||
/**@{*/
|
/** @{ */
|
||||||
/**
|
/**
|
||||||
The xaccMallocTransaction() will malloc memory and initialize it.
|
The xaccMallocTransaction() will malloc memory and initialize it.
|
||||||
Once created, it is usually unsafe to merely "free" this memory;
|
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);
|
guint gnc_book_count_transactions(QofBook *book);
|
||||||
|
|
||||||
/**@}*/
|
/** @} */
|
||||||
|
|
||||||
|
|
||||||
/** @name Transaction general getters/setters */
|
/** @name Transaction general getters/setters */
|
||||||
/**@{*/
|
/** @{ */
|
||||||
|
|
||||||
/** Sorts the splits in a transaction, putting the debits first,
|
/** Sorts the splits in a transaction, putting the debits first,
|
||||||
* followed by the credits.
|
* followed by the credits.
|
||||||
|
Loading…
Reference in New Issue
Block a user