Put aop_get_function_name() in its own group.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 27 Oct 2010 20:40:26 +0000 (16:40 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 27 Oct 2010 20:40:26 +0000 (16:40 -0400)
src/aop-main.c

index adf8b12e7d368558f777ee9435601a95a49e382a..b8ccaf5e3ea83dc6b4b78a363e059e2c8e3e6e73 100644 (file)
@@ -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)