From: Justin Seyster Date: Tue, 21 Sep 2010 02:09:26 +0000 (-0400) Subject: Removed annoying documentation page for internal struct. X-Git-Tag: release-v1.0~28^2~20 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=aeef665a6c26a28af4ecab2504accdcf610b5242;p=interaspect.git Removed annoying documentation page for internal struct. --- diff --git a/src/aop-header.c b/src/aop-header.c index 9e31260..02a0f96 100644 --- a/src/aop-header.c +++ b/src/aop-header.c @@ -72,6 +72,10 @@ static const char *header_typedefs = "typedef void *ALL_POINTER_T;\n\n" "/* BEGIN PROTOTYPES */\n"; +/** + * \cond HIDDEN_SYMBOLS + */ + /* An aop_prototype struct represents the prototype of an advice function, including its name, return type and parameters. */ struct aop_prototype { @@ -89,6 +93,9 @@ struct aop_prototype { int num_params; const struct aop_type *param_types[]; }; +/** + * \endcond + */ /* This table matches function name to function prototype. Where there are multiple prototypes with the same name (an error case),