X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firprog.h;h=53a5a5febf80e43cc872be3f3715ed06bc9cb74a;hb=e2e929ea04eb563b5fffadfd84bd61eb1f85735f;hp=2fface931cd3ebdda5e86379cfab417187d3c85f;hpb=6f029dc379ebe2dc5e5ccc4dcdf165f95aac7a68;p=libfirm diff --git a/include/libfirm/irprog.h b/include/libfirm/irprog.h index 2fface931..53a5a5feb 100644 --- a/include/libfirm/irprog.h +++ b/include/libfirm/irprog.h @@ -23,7 +23,7 @@ * @author Goetz Lindenmaier * @date 2000 * @version $Id$ - * @summary + * @brief * Intermediate Representation (IR) of a program. * * This file defines a construct that keeps all information about a @@ -96,7 +96,7 @@ ir_prog *get_irp(void); * Creates a new ir_prog (a module or compilation unit), * returns it and sets irp with it. * - * @param module_name the name of this irp (module) + * @param name the name of this irp (module) */ ir_prog *new_ir_prog(const char *name);