From: Justin Seyster Date: Wed, 20 Oct 2010 02:20:18 +0000 (-0400) Subject: Removed the internal aop_abort() from documentation. X-Git-Tag: release-v1.0~28^2~10 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=6fadec41dc6e2dc0080ce2bc9a0408bd51296406;p=interaspect.git Removed the internal aop_abort() from documentation. --- diff --git a/src/aop.h b/src/aop.h index fb077a5..256eccb 100644 --- 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. */