From: Justin Seyster Date: Wed, 20 Oct 2010 04:09:47 +0000 (-0400) Subject: Added automatic headers group. X-Git-Tag: release-v1.0~28^2~1 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=17c18b3a55a40d3c3048467fe3d42685202a9aa9;p=interaspect.git Added automatic headers group. --- diff --git a/src/aop-header.c b/src/aop-header.c index 02a0f96..e5ec23b 100644 --- a/src/aop-header.c +++ b/src/aop-header.c @@ -492,6 +492,11 @@ write_header_contents (FILE *header, const char *guard, const char *license, return 0; /* Success. */ } +/** + * \defgroup c_header Automatic C Header Files + * \{ + */ + /** * Add prototypes for every advice function added with * aop_insert_advice(). If the specified header file already exists, @@ -652,6 +657,11 @@ aop_write_c_header (const char *filename, const char *guard, return result; } +/* Close Doxygen defgroup block. */ +/** + * \} + */ + void init_prototype_table() {