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/commodity.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/commodity.h')
-rw-r--r-- | src/commodity.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/commodity.h b/src/commodity.h index 7a42ca67..6e5d644f 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -30,17 +30,16 @@ */ /** - * @defgroup numerics Core numerics + * @addtogroup math */ /** * @file commodity.h * @author John Wiegley - * @date Wed Apr 18 22:05:53 2007 * - * @brief Types for handling commodities. + * @ingroup math * - * @ingroup numerics + * @brief Types for handling commodities * * This file contains one of the most basic types in Ledger: * commodity_t, and its annotated cousin, annotated_commodity_t. |