--- trunk/base/generic/solver/slv_types.h 2007/01/07 09:25:45 1065 +++ trunk/base/generic/solver/slv_types.h 2007/01/07 10:02:41 1066 @@ -43,6 +43,10 @@ #ifndef ASC_SLV_TYPES_H #define ASC_SLV_TYPES_H +/** @addtogroup solver Solver + @{ +*/ + typedef void *SlvBackendToken; /**< Backends that provide the residuals, gradients, and so forth @@ -71,5 +75,7 @@ in slv and system to reference a mathematical problem. */ +/* @} */ + #endif /* ASC_SLV_TYPES_H */