renamed all type * to ir_type *
[libfirm] / ir / ir / ircons_t.h
index 22c6ea3..212cffb 100644 (file)
 /**
  * Initializes the graph construction.
  *
- * @param func  @see uninitialized_local_variable_func_t
+ * @param func  callback that is called if a uninitialized
+ *              variable is detected
+ *
+ * @see uninitialized_local_variable_func_t
  */
 void init_cons(uninitialized_local_variable_func_t *func);