fixed doxygen docfixed doxygen docu
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 6 Jul 2005 15:34:20 +0000 (15:34 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 6 Jul 2005 15:34:20 +0000 (15:34 +0000)
[r6191]

ir/ana/irsimpletype.h

index d52a898..2d749f4 100644 (file)
@@ -1,7 +1,4 @@
-/**
- *
- * @file irsimpeltype.h
- *
+/*
  * Project:     libFIRM
  * File name:   ir/ana/irsimpletype.h
  * Purpose:     Run most simple type analyses.
  * CVS-ID:      $Id$
  * Copyright:   (c) 2003 Universität Karlsruhe
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
- *
+ */
+
+/**
+ * @file irsimpletype.h
  *
  * We compute type information for each node.  It is derived from the
  * types of the origines of values, e.g. parameter types can be derived
  * from the method type.
  * The type information so far is saved in the link field.
  *
+ * @author Goetz Lindenmaier
  */
-
-
 # ifndef _IRSIMPLETYPE_H_
 # define _IRSIMPLETYPE_H_