diff options
Diffstat (limited to 'src/balpair.h')
-rw-r--r-- | src/balpair.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/balpair.h b/src/balpair.h index aa8aa39d..3f83df96 100644 --- a/src/balpair.h +++ b/src/balpair.h @@ -30,17 +30,16 @@ */ /** - * @defgroup numerics Core numerics + * @addtogroup math */ /** * @file balpair.h * @author John Wiegley - * @date Sun May 20 19:11:58 2007 * - * @brief Provides an abstraction around balance_t for tracking costs. + * @ingroup math * - * @ingroup numerics + * @brief Provides an abstraction around balance_t for tracking costs * * When a transaction's amount is added to a balance, only the "value" * of the amount is added -- not the associated cost of the |