projects
/
interaspect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37e5b82
)
Put aop_get_function_name() in its own group.
author
Justin Seyster
<jseyster@cs.sunysb.edu>
Wed, 27 Oct 2010 20:40:26 +0000
(16:40 -0400)
committer
Justin Seyster
<jseyster@cs.sunysb.edu>
Wed, 27 Oct 2010 20:40:26 +0000
(16:40 -0400)
src/aop-main.c
patch
|
blob
|
history
diff --git
a/src/aop-main.c
b/src/aop-main.c
index adf8b12e7d368558f777ee9435601a95a49e382a..b8ccaf5e3ea83dc6b4b78a363e059e2c8e3e6e73 100644
(file)
--- a/
src/aop-main.c
+++ b/
src/aop-main.c
@@
-466,6
+466,8
@@
aop_abort (const char *filename, int lineno, const char *function)
/**
* Get the name of the current function. You can call this directly
* from a pass function or from any join point iterator function.
+ * \return The name of the current function.
+ * \ingroup all_pc
*/
const char *
aop_get_function_name (void)