More doxygen comments
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 3 Feb 2003 10:15:46 +0000 (10:15 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 3 Feb 2003 10:15:46 +0000 (10:15 +0000)
[r718]

ir/ir/irdump.h
ir/ir/irflag.h

index bd3d365..1d24c94 100644 (file)
@@ -271,6 +271,10 @@ void dump_dominator_information(void);
  *   If the loops are interprocedural nodes can be missing.
  */
 void dump_loop_information(void);
+
+/**
+ * @see dump_loop_information()
+ */
 void dont_dump_loop_information(void);
 
 # endif /* _IRDUMP_H_ */
index dd8f5ed..30efef3 100644 (file)
@@ -1,11 +1,15 @@
 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
 * All rights reserved.
-*
-* Authors: Christian Schaefer
-*
-* irflag --- optimization flags
 */
 
+/**
+ * @file irflag.h
+ *
+ * Optimization flags.
+ *
+ * @author Christian Schaefer
+ */
+
 /* $Id$ */
 
 #ifndef _IRFLAG_H_