projects
/
interaspect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad85441
)
Added capture functions group.
author
Justin Seyster
<jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 04:09:39 +0000
(
00:09
-0400)
committer
Justin Seyster
<jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 04:09:39 +0000
(
00:09
-0400)
src/aop-pointcut.c
patch
|
blob
|
history
diff --git
a/src/aop-pointcut.c
b/src/aop-pointcut.c
index 0e0fd7684bb10666bf92a0e1fcfc8984efb6a919..9e110a0c2659cf727d7e4860ca7d09b3ca8c11db 100644
(file)
--- 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;
}
+
+/**
+ * \{
+ */