More doxygen comments
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 4 Feb 2003 11:21:11 +0000 (11:21 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 4 Feb 2003 11:21:11 +0000 (11:21 +0000)
[r732]

ir/tr/entity.h

index d7e69bd..d02f871 100644 (file)
@@ -116,6 +116,7 @@ typedef struct ir_graph ir_graph;
 /* to resolve recursion between entity.h and type.h */
 #ifndef _ENTITY_TYPEDEF_
 #define _ENTITY_TYPEDEF_
+/** the type of an entity */
 typedef struct entity entity;
 #endif