diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-29 02:24:42 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-29 02:24:42 -0400 |
commit | 9aaab88c618170a0cda2233a829f2595b2221037 (patch) | |
tree | 70bb27a5b07bcb99cd2375f3c80443e2a0a1b766 /src/value.h | |
parent | 8b75b5cbfbb53e0bfa51c63dc96ade69617cd1db (diff) | |
download | fork-ledger-9aaab88c618170a0cda2233a829f2595b2221037.tar.gz fork-ledger-9aaab88c618170a0cda2233a829f2595b2221037.tar.bz2 fork-ledger-9aaab88c618170a0cda2233a829f2595b2221037.zip |
Update Doxygen documentation. Still much more work to be done.
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/value.h b/src/value.h index 1fedbba8..dbb83283 100644 --- a/src/value.h +++ b/src/value.h @@ -30,17 +30,16 @@ */ /** - * @defgroup numerics Core numerics + * @addtogroup math */ /** * @file value.h * @author John Wiegley - * @date Thu Jun 14 21:54:00 2007 * - * @brief Abstract dynamic type representing various numeric types. + * @ingroup math * - * @ingroup numerics + * @brief Abstract dynamic type representing various numeric types * * 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 |