Prevent an internal struct from appearing in the Doxygen docs.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Fri, 13 Aug 2010 00:06:40 +0000 (20:06 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Fri, 13 Aug 2010 00:06:40 +0000 (20:06 -0400)
src/aop-duplicate.c

index 30723d94fcd07ecbef0f11fbc1c84c145ee8ca0e..29f587e82348a65c35fb6da9218244e2ae64d778 100644 (file)
 #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