Added automatic headers group.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 04:09:47 +0000 (00:09 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 04:09:47 +0000 (00:09 -0400)
src/aop-header.c

index 02a0f96f5ae4a7d47bddd7d2392d3394e72181cd..e5ec23b6ff24446d94cc6c5893db44028fdd0636 100644 (file)
@@ -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()
 {