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/amount.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/amount.h')
-rw-r--r-- | src/amount.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/amount.h b/src/amount.h index 8fb5aa14..bcf86ad4 100644 --- a/src/amount.h +++ b/src/amount.h @@ -30,12 +30,18 @@ */ /** + * @defgroup numerics Core numerics + */ + +/** * @file amount.h * @author John Wiegley * @date Wed Apr 18 22:05:53 2007 * * @brief Basic type for handling commoditized math: amount_t. * + * @ingroup numerics + * * This file contains the most basic numerical type in Ledger: * amount_t, which relies upon commodity.h (commodity_t) for handling * commoditized amounts. This class allows Ledger to handle |