--- trunk/base/generic/compiler/instance_name.h 2007/01/07 09:25:45 1065 +++ trunk/base/generic/compiler/instance_name.h 2007/01/07 10:02:41 1066 @@ -39,6 +39,10 @@ #ifndef ASC_INSTANCE_NAME_H #define ASC_INSTANCE_NAME_H +/** addtogroup compiler Compiler + @{ +*/ + enum NameTypes { IntArrayIndex, /**< integer array index */ StrArrayIndex, /**< string array index */ @@ -96,5 +100,7 @@ * Set the integer index of InstanceName structure in to int_index (a long). */ +/* @} */ + #endif /* ASC_INSTANCE_NAME_H */