fix
[libfirm] / ir / tr / type_t.h
index 82909d4..8049cc6 100644 (file)
  */
 
 /**
- * @file    type.c
+ * @file
  * @brief   Representation of types -- private header.
  * @author  Goetz Lindenmaier, Michael Beck
  * @version $Id$
+ * @see     type.h tpop_t.h tpop.h
  */
 #ifndef FIRM_TR_TYPE_T_H
 #define FIRM_TR_TYPE_T_H
 
 #include "array.h"
 
-/**
- * @file type_t.h
- * This file contains the datatypes hidden in type.h.
- *
- * @author Goetz Lindenmaier
- * @see  type.h tpop_t.h tpop.h
- */
-
 /** Class flags. */
 enum class_flags {
        cf_none            = 0,  /**< No flags. */