Bugfix
[libfirm] / ir / tr / typegmod_t.h
index 46e1864..298a879 100644 (file)
@@ -1,35 +1,19 @@
+/* (C) 2001 by Universitaet Karlsruhe */
+
+/* $Id$ */
 
 # ifndef _TYPEGMOD_T_H_
 # define _TYPEGMOD_T_H_
 
 # include "typegmod.h"
 
-/****h* libfirm/typegmod
+/**
+ * @file typegmod_t.h
  *
- * NAME
- *  file typegmod.h
- * COPYRIGHT
- *   (C) 2001 by Universitaet Karlsruhe
- * AUTHORS
- *   Goetz Lindenmaier
- * NOTES
  *  This module supplies routines that support changing the type graph.
- *****
- */
-
-/****f* tpop/skip_tid
  *
- * NAME
- *   skip_tid -- skip id types until a useful type is reached.
- * SYNOPSIS
- *   type *skip_tid(type *tp)
- * INPUTS
- *   A type of arbitrary kind.
- * RETURNS
- *   tp if it is not an id type.
- *   If tp is an id type retruns the real type it stands for.
- ***
+ *  @author Goetz Lindenmaier
  */
-inline type *skip_tid(type *tp);
+
 
 # endif /*_TYPEGMOD_T_H_ */