projects
/
interaspect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d92f16d
)
Added automatic headers group.
author
Justin Seyster
<jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 04:09:47 +0000
(
00:09
-0400)
committer
Justin Seyster
<jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 04:09:47 +0000
(
00:09
-0400)
src/aop-header.c
patch
|
blob
|
history
diff --git
a/src/aop-header.c
b/src/aop-header.c
index 02a0f96f5ae4a7d47bddd7d2392d3394e72181cd..e5ec23b6ff24446d94cc6c5893db44028fdd0636 100644
(file)
--- 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()
{