From 2157afc6befc58f36559cc1d67abdd30ebae5e79 Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Tue, 12 Oct 2010 18:10:56 -0400 Subject: [PATCH] Added list of structs with lifetimes to documentation. --- src/aop-doxy-main.c | 5 +++++ 1 file changed, 5 insertions(+) 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 */ /** -- 2.43.0