From: Michael Beck Date: Wed, 11 Jul 2007 13:05:02 +0000 (+0000) Subject: inproved doxygen docu X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=75a6eff8a89e7bee4770a59b464c9a02c3ec2090;p=libfirm inproved doxygen docu [r15038] --- diff --git a/include/libfirm/irgraph.h b/include/libfirm/irgraph.h index 01137435b..0b065ffb7 100644 --- a/include/libfirm/irgraph.h +++ b/include/libfirm/irgraph.h @@ -454,6 +454,8 @@ void set_irg_inline_property(ir_graph *irg, irg_inline_property s); * The properties are automatically inherited from the method type * if they were not set using set_irg_additional_properties() or * set_irg_additional_property(). + * + * @return a bitset of mtp_additional_property values */ unsigned get_irg_additional_properties(const ir_graph *irg);