From: Justin Seyster Date: Tue, 12 Oct 2010 22:10:56 +0000 (-0400) Subject: Added list of structs with lifetimes to documentation. X-Git-Tag: release-v1.0~28^2~17 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=2157afc6befc58f36559cc1d67abdd30ebae5e79;p=interaspect.git Added list of structs with lifetimes to documentation. --- diff --git a/src/aop-doxy-main.c b/src/aop-doxy-main.c index c880321..bd618cc 100644 --- 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 */ /**