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

ir/ana/irsimpletype.c
ir/ident/ident.c
ir/ir/irprintf.c

index 172eaec..dc14cea 100644 (file)
@@ -1,8 +1,4 @@
-/**
- *
- * @file irsimpeltype.c
- *
- * Project:     libFIRM
+/*
  * File name:   ir/ana/irsimpletype.c
  * Purpose:     Run most simple type analyses.
  * Author:      Goetz Lindenmaier
  * CVS-ID:      $Id$
  * Copyright:   (c) 2003 Universität Karlsruhe
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
+
+/**
+ * @file irsimpletype.c
  *
+ * Runs most simple type analyses.
  *
  * 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
  */
 
-
 # include "irtypeinfo.h"
 # include "irsimpletype.h"
 
index 1f5814a..8d4dd1d 100644 (file)
@@ -33,6 +33,7 @@ static ident_if_t impl;
  *
  * @param handle   the handle for the set
  * @param str      the string which shall be stored
+ * @param len      lenght of str in bytes
  *
  * @return id - a handle for the generated ident
  *
@@ -52,7 +53,6 @@ static ident *set_new_id_from_chars(void *handle, const char *str, int len)
  *
  * @param handle   the handle for the set
  * @param str      the string (or whatever) which shall be stored
- * @param len      the length of the data in bytes
  *
  * Default implementation using libfirm sets.
  */
index 599d3ba..cb20f58 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 /**
- * @file irprinf.c
+ * @file irprintf.c
  *
  * A little printf helper unterstanding firm types.
  * @author Sebastian Hack