diff options
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 |