"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 {
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),