From: Michael Beck Date: Mon, 19 Apr 2004 13:08:34 +0000 (+0000) Subject: doxygen comments X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=10d9351dbf21c4a102048f8fa277713aeef8f215;p=libfirm doxygen comments [r2679] --- diff --git a/ir/ir/irprog.c b/ir/ir/irprog.c index 5a4a2c150..e790627c8 100644 --- a/ir/ir/irprog.c +++ b/ir/ir/irprog.c @@ -88,7 +88,7 @@ void free_ir_prog() { irp->const_code_irg = NULL; } -/** Functions to access the fields of ir_prog **/ +/*- Functions to access the fields of ir_prog -*/ /* Access the main routine of the compiled program. */ @@ -188,7 +188,7 @@ int get_irp_new_node_nr() { } #endif -/** File name / executable name or the like **/ +/*- File name / executable name or the like -*/ void set_irp_prog_name(ident *name) { irp->name = name; }