More doxygen comments
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 31 Jan 2003 16:18:22 +0000 (16:18 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 31 Jan 2003 16:18:22 +0000 (16:18 +0000)
[r707]

ir/adt/host.h
ir/debug/dbginfo.h
ir/tr/entity.h

index 4faa6bc..30cf15f 100644 (file)
@@ -9,6 +9,9 @@
 
 #include <stddef.h>
 
+/**
+ * @file host.h
+ */
 
 /** A size handled efficiently by malloc(), at least 1K.  */
 #define PREF_MALLOC_SIZE 2048
index cd52699..58415b7 100644 (file)
@@ -1,10 +1,16 @@
 /*
 *  Copyright (C) 2001 by Universitaet Karlsruhe
 *  All rights reserved.
+*/
+
+/**
+* @file  dbginfo.h
+*
+*  This is the Firm interface to debugging support.
 *
-*  Authors: Goetz Lindenmaier
+*  @author Goetz Lindenmaier
 *
-*  dbginfo: This is the Firm interface to debugging support.  Firm requires
+*  Firm requires
 *  a debugging module fulfilling this interface, else no debugging information
 *  is passed to the backend.
 *  The interface requires a datatype representing the debugging information.
index b2ebdf4..d7e69bd 100644 (file)
@@ -2,10 +2,15 @@
 *  Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
 *  All rights reserved.
 *
-*  Authors: Martin Trapp, Christian Schaefer,
-*           Goetz Lindenmaier
+*/
+
+/**
+*  @file entity.h
+*
+*  Entities represent all program known objects.
 *
-*  entity.h:  entities represent all program known objects.
+*  @author Martin Trapp, Christian Schaefer,
+*  @author Goetz Lindenmaier
 *
 *  An entity is the representation of program known objects in Firm.
 *  The primary concept of entities is to represent members of complex