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/value.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/value.h')
-rw-r--r-- | src/value.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/value.h b/src/value.h index 4754de61..7c82efaf 100644 --- a/src/value.h +++ b/src/value.h @@ -30,12 +30,18 @@ */ /** + * @defgroup numerics Core numerics + */ + +/** * @file value.h * @author John Wiegley * @date Thu Jun 14 21:54:00 2007 * * @brief Abstract dynamic type representing various numeric types. * + * @ingroup numerics + * * A value_t object can be one of many types, and changes its type * dynamically based on how it is used. For example, if you assign * the number 10 to a value object, it's internal type will be |