Formatting for firmjni
[libfirm] / ir / ir / irmode_t.h
index 24606a1..5d3fb43 100644 (file)
@@ -1,11 +1,18 @@
 
 /* $Id$ */
 
+/**
+ * @file irmode_t.h
+ */
+
 # ifndef _IRMODE_T_H_
 # define _IRMODE_T_H_
 
 # include "irmode.h"
 
+/**
+ * The type of a mode
+ */
 struct ir_mode {
   modecode code;
   ident *name;            /**< Name of this mode */