From: Justin Seyster Date: Fri, 13 Aug 2010 00:06:40 +0000 (-0400) Subject: Prevent an internal struct from appearing in the Doxygen docs. X-Git-Tag: release-v1.0~73^2~1 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=6965dfb53233da54413df697ebaaad320d1dda43;p=interaspect.git Prevent an internal struct from appearing in the Doxygen docs. --- diff --git a/src/aop-duplicate.c b/src/aop-duplicate.c index 30723d9..29f587e 100644 --- a/src/aop-duplicate.c +++ b/src/aop-duplicate.c @@ -37,10 +37,16 @@ #include "aop.h" #include "aop-duplicate.h" +/** + * \cond HIDDEN_SYMBOLS + */ typedef struct label_pair { tree old; tree new; } label_pair; +/** + * \endcond + */ #define INITIAL_PAIRS 10