More docu added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 4 Feb 2003 14:06:29 +0000 (14:06 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 4 Feb 2003 14:06:29 +0000 (14:06 +0000)
[r737]

ir/common/firm_common.h

index 090a19f..831c37c 100644 (file)
@@ -28,7 +28,7 @@ typedef enum {
   k_entity,     /**< an entity */
   k_type,       /**< a type */
   k_ir_node,    /**< an ir node */
-  k_ir_loop
+  k_ir_loop     /**< a loop */
 } firm_kind;
 
 /**