From: Justin Seyster Date: Wed, 27 Oct 2010 20:40:26 +0000 (-0400) Subject: Put aop_get_function_name() in its own group. X-Git-Tag: release-v1.0~13 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=45d5189bcb8987fa0035370ac5f69e7fb4a360d8;p=interaspect.git Put aop_get_function_name() in its own group. --- diff --git a/src/aop-main.c b/src/aop-main.c index adf8b12..b8ccaf5 100644 --- 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)