Removed the internal aop_abort() from documentation.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 02:20:18 +0000 (22:20 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 02:20:18 +0000 (22:20 -0400)
src/aop.h

index fb077a53596917aec2dade666d40243d392feb9a..256eccb57499b804878b297b38c0a2a91b08d4f1 100644 (file)
--- a/src/aop.h
+++ b/src/aop.h
@@ -206,8 +206,14 @@ extern void aop_join_on_copy (struct aop_pointcut *pc, int copy,
  */
 extern void aop_main ();
 
+/**
+ * \cond HIDDEN_SYMBOLS
+ */
 extern void aop_abort (const char *filename, int lineno, const char *function)
   __attribute__((noreturn));
+/**
+ * \endcond
+ */
 
 /* Fancy macro magic used for the varargs component of insert_advice
    functions. */