From 17c18b3a55a40d3c3048467fe3d42685202a9aa9 Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Wed, 20 Oct 2010 00:09:47 -0400 Subject: [PATCH] Added automatic headers group. --- src/aop-header.c | 10 ++++++++++ 1 file changed, 10 insertions(+) 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() { -- 2.43.0