From: Michael Beck Date: Tue, 16 Jan 2007 15:42:28 +0000 (+0000) Subject: fixed doxygen docu X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=8720b1581e748a2a45aed27cbf8f7f3096b96db4;p=libfirm fixed doxygen docu [r8531] --- diff --git a/ir/ir/irdump.h b/ir/ir/irdump.h index c5112ee75..4498f76dc 100644 --- a/ir/ir/irdump.h +++ b/ir/ir/irdump.h @@ -556,7 +556,7 @@ void dump_globals_as_text(unsigned verbosity, const char *suffix); /* FLAGS */ /* **************************************************************************** */ -/** Output a selected graph. +/** Set a prefix filter for output functions. * * All graph dumpers check this name. If the name is != "" and * not a prefix of the graph to be dumped, the dumper does not @@ -567,7 +567,7 @@ void dump_globals_as_text(unsigned verbosity, const char *suffix); */ void only_dump_method_with_name(ident *name); -/** Returns the name set with only_dump_method_with_name(). */ +/** Returns the prefix filter set with only_dump_method_with_name(). */ ident *get_dump_file_filter_ident(void); /** Returns true if dump file filter is not set, or if it is a