From 45d5189bcb8987fa0035370ac5f69e7fb4a360d8 Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Wed, 27 Oct 2010 16:40:26 -0400 Subject: [PATCH] Put aop_get_function_name() in its own group. --- src/aop-main.c | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.34.1