From: Michael Beck Date: Mon, 3 Feb 2003 10:12:14 +0000 (+0000) Subject: restructured comments X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=150014114912c1f7072e5024623469f0994e542c;p=libfirm restructured comments [r717] --- diff --git a/ir/ir/irdump.h b/ir/ir/irdump.h index ad3c99912..bd3d3652d 100644 --- a/ir/ir/irdump.h +++ b/ir/ir/irdump.h @@ -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$ */ @@ -19,19 +29,9 @@ # 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;