diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-05 19:49:01 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-05 19:49:01 -0400 |
commit | da6ceaba1ae6a7d5ffc4a000890978b6d3a6d597 (patch) | |
tree | 9c2b6463480ae5a54af0cc59eaf6811f276b3aa1 /src/balance.h | |
parent | 36cd8164049b570d9730a886e55d5a985bae1c2b (diff) | |
download | fork-ledger-da6ceaba1ae6a7d5ffc4a000890978b6d3a6d597.tar.gz fork-ledger-da6ceaba1ae6a7d5ffc4a000890978b6d3a6d597.tar.bz2 fork-ledger-da6ceaba1ae6a7d5ffc4a000890978b6d3a6d597.zip |
Updated the Doxygen docs so that all the core numerics files are in the same
module group.
Diffstat (limited to 'src/balance.h')
-rw-r--r-- | src/balance.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/balance.h b/src/balance.h index 5146937c..33e3dffb 100644 --- a/src/balance.h +++ b/src/balance.h @@ -30,12 +30,18 @@ */ /** + * @defgroup numerics Core numerics + */ + +/** * @file balance.h * @author John Wiegley * @date Sun May 20 15:28:44 2007 * * @brief Basic type for adding multiple commodities together. * + * @ingroup numerics + * * Unlike the amount_t class, which throws an exception if amounts of * differing commodities are added or subtracted, the balance_t class * is designed to allow this, tracking the amounts of each component |