Added capture functions group.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 04:09:39 +0000 (00:09 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 04:09:39 +0000 (00:09 -0400)
src/aop-pointcut.c

index 0e0fd7684bb10666bf92a0e1fcfc8984efb6a919..9e110a0c2659cf727d7e4860ca7d09b3ca8c11db 100644 (file)
@@ -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;
 }
+
+/**
+ * \{
+ */