From 9aaab88c618170a0cda2233a829f2595b2221037 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 29 Jan 2009 02:24:42 -0400 Subject: Update Doxygen documentation. Still much more work to be done. --- src/value.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/value.h') 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 -- cgit v1.2.3