projects
/
interaspect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0632f96
)
Added list of structs with lifetimes to documentation.
author
Justin Seyster
<jseyster@cs.sunysb.edu>
Tue, 12 Oct 2010 22:10:56 +0000
(18:10 -0400)
committer
Justin Seyster
<jseyster@cs.sunysb.edu>
Tue, 12 Oct 2010 22:10:56 +0000
(18:10 -0400)
src/aop-doxy-main.c
patch
|
blob
|
history
diff --git
a/src/aop-doxy-main.c
b/src/aop-doxy-main.c
index c880321c596e995cf3071ad24c88a812ba2a75e7..bd618ccf5ceba31e4fc180d4f4a0b1aada93fb36 100644
(file)
--- a/
src/aop-doxy-main.c
+++ b/
src/aop-doxy-main.c
@@
-91,6
+91,11
@@
* undefined results. Make sure not to hold a reference to an object
* past its lifetime. The lifetime for each struct is listed in its
* documentation.
+ *
+ * - struct aop_pointcut
+ * - struct aop_joinpoint
+ * - struct aop_dynval
+ * - struct aop_type
*/
/**