--- trunk/base/generic/compiler/exprio.h 2006/12/20 10:26:04 978 +++ trunk/base/generic/compiler/exprio.h 2007/01/07 10:02:41 1066 @@ -35,6 +35,10 @@ #ifndef ASC_EXPRIO_H #define ASC_EXPRIO_H +/** addtogroup compiler Compiler + @{ +*/ + extern CONST char *ExprEnumName(CONST enum Expr_enum t); /**< Returns a pointer to a string containing the name of the Expr term @@ -66,5 +70,7 @@ @NOTE The return is in POSTFIX format. */ +/* @} */ + #endif /* ASC_EXPRIO_H */