From: Justin Seyster Date: Wed, 20 Oct 2010 04:09:39 +0000 (-0400) Subject: Added capture functions group. X-Git-Tag: release-v1.0~28^2~2 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=d92f16d4b93e98909ccaefae051bc8d6c42b1582;p=interaspect.git Added capture functions group. --- diff --git a/src/aop-pointcut.c b/src/aop-pointcut.c index 0e0fd76..9e110a0 100644 --- a/src/aop-pointcut.c +++ b/src/aop-pointcut.c @@ -67,6 +67,13 @@ init_joinpoint (struct aop_joinpoint *jp, gimple_stmt_iterator *gsi, } +/** + * \defgroup univeral Universal Capture Functions + * + * These capture functions work on any kind of join point. + * \{ + */ + /** * Get the line number of join point. You usually want to call this * with aop_capture_file_name() to fully identify the line of code the @@ -91,3 +98,7 @@ aop_capture_file_name (struct aop_joinpoint *jp) { return jp->file; } + +/** + * \{ + */