Added list of structs with lifetimes to documentation.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Tue, 12 Oct 2010 22:10:56 +0000 (18:10 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Tue, 12 Oct 2010 22:10:56 +0000 (18:10 -0400)
src/aop-doxy-main.c

index c880321c596e995cf3071ad24c88a812ba2a75e7..bd618ccf5ceba31e4fc180d4f4a0b1aada93fb36 100644 (file)
  * 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
  */
 
 /**