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