From da6ceaba1ae6a7d5ffc4a000890978b6d3a6d597 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 5 Aug 2008 19:49:01 -0400 Subject: Updated the Doxygen docs so that all the core numerics files are in the same module group. --- src/commodity.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/commodity.h') diff --git a/src/commodity.h b/src/commodity.h index 2f5ce258..27827c1a 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -29,6 +29,10 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * @defgroup numerics Core numerics + */ + /** * @file commodity.h * @author John Wiegley @@ -36,6 +40,8 @@ * * @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. */ -- cgit v1.2.3