From: Michael Beck Date: Mon, 3 Feb 2003 10:15:46 +0000 (+0000) Subject: More doxygen comments X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e5cd86a62c635739fdd58c394d7069b1655ced79;p=libfirm More doxygen comments [r718] --- diff --git a/ir/ir/irdump.h b/ir/ir/irdump.h index bd3d3652d..1d24c94c9 100644 --- a/ir/ir/irdump.h +++ b/ir/ir/irdump.h @@ -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_ */ diff --git a/ir/ir/irflag.h b/ir/ir/irflag.h index dd8f5edbf..30efef38c 100644 --- a/ir/ir/irflag.h +++ b/ir/ir/irflag.h @@ -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_