diff options
Diffstat (limited to 'src/commodity.h')
-rw-r--r-- | src/commodity.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/commodity.h b/src/commodity.h index 2f5ce258..27827c1a 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -30,12 +30,18 @@ */ /** + * @defgroup numerics Core numerics + */ + +/** * @file commodity.h * @author John Wiegley * @date Wed Apr 18 22:05:53 2007 * * @brief Types for handling commodities. * + * @ingroup numerics + * * This file contains one of the most basic types in Ledger: * commodity_t, and its annotated cousin, annotated_commodity_t. */ |