restructured comments
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 3 Feb 2003 10:12:14 +0000 (10:12 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 3 Feb 2003 10:12:14 +0000 (10:12 +0000)
[r717]

ir/ir/irdump.h

index ad3c999..bd3d365 100644 (file)
@@ -5,9 +5,19 @@
 /**
  * @file irdump.h
  *
- * Dump an ir graph, for further use with xvcg.
+ * Dump routines for the ir graph and all type information.
  *
  * @author Martin Trapp, Christian Schaefer
+ *
+ * The dump format of most functions is vcg.  This is a text based graph
+ * representation. Some use the original format,
+ * but most generate an extended format that is only read by some special
+ * versions of xvcg or by the comercialized version now calles aiSee.
+ * A test version of aiSee is available at
+ * http://www.absint.de/aisee/download/index.htm.
+ *
+ * Most routines use the name of the passed entity as the name of the
+ * file dumped to.
  */
 
 /* $Id$ */
 # include "irgraph.h"
 
 /**
- *   Dump routines for the graph and all type information.
- *
- *   The dump format of most functions is vcg.  This is a text based graph
- *   representation. Some use the original format,
- *   but most generate an extended format that is only read by some special
- *   versions of xvcg or by the comercialized version now calles aiSee.
- *   A test version of aiSee is available at
- *   http://www.absint.de/aisee/download/index.htm.
- *
- *   Most routines use the name of the passed entity as the name of the
- *   file dumped to.
+ * The value of this string will be added to the file name before .vcg
  *
- * @note GL: A hack
+ * @todo  GL: A hack
  */
 extern char *dump_file_suffix;