--- trunk/base/generic/compiler/instmacro.h 2007/01/07 09:25:45 1065 +++ trunk/base/generic/compiler/instmacro.h 2007/01/07 10:02:41 1066 @@ -29,8 +29,12 @@ * COPYING. */ -#ifndef __INSTMACRO_H_SEEN__ -#define __INSTMACRO_H_SEEN__ +#ifndef ASC_INSTMACRO_H +#define ASC_INSTMACRO_H + +/** addtogroup compiler Compiler + @{ +*/ /** @file * Ascend Instance Tree Type Implementation Macros. @@ -183,5 +187,7 @@ * when. that means array or MODEL.) else returns 0. */ -#endif /* __INSTMACRO_H_SEEN__ */ +/* @} */ + +#endif /* ASC_INSTMACRO_H */