diff options
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 |