From 10d9351dbf21c4a102048f8fa277713aeef8f215 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 19 Apr 2004 13:08:34 +0000 Subject: [PATCH] doxygen comments [r2679] --- ir/ir/irprog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.20.1