--- trunk/base/generic/compiler/rel_common.h 2007/01/07 09:25:45 1065 +++ trunk/base/generic/compiler/rel_common.h 2007/01/07 10:02:41 1066 @@ -36,6 +36,10 @@ #ifndef ASC_REL_COMMON_H #define ASC_REL_COMMON_H +/** addtogroup compiler Compiler + @{ +*/ + extern int CmpP(CONST char *c1, CONST char *c2); /**< * Compare two character pointers. @@ -51,5 +55,7 @@ * Return the next pointer in a link of expressions */ +/* @} */ + #endif /* ASC_REL_COMMON_H */