Packets: Fix stupid comment bug
[senf.git] / Packets / ParseHelpers.ih
index a1c80bc..43f8b0f 100644 (file)
 # ///////////////////////////////////////////////////////////////////////////
 # // SENF_PARSER_COLLECTION_I
 #
+# ifndef DOXYGEN
+# 
   namespace senf { namespace detail { namespace auxtag { 
       struct none {}; } } }
   namespace senf { namespace detail { namespace auxtag { 
   namespace senf { namespace detail { namespace auxtag { 
       template <class Transform, class Tag> 
       struct transform {}; } } }
+# 
+# endif
 #
 # define SENF_PARSER_COLLECTION_TAG_GOBBLE__bytes(x)
 # define SENF_PARSER_COLLECTION_TAG__bytes(x) bytes()
 #
 # define SENF_PARSER_COLLECTION_AUXTYPE_fix(name, aux)
 #
+# ifndef DOXYGEN
+#
   namespace senf { namespace detail {
       template <class Parser> struct DynamicAuxParserPolicy;
       template <class Parser, unsigned offset> struct FixedAuxParserPolicy;
       { typedef senf::detail::FixedAuxParserPolicy<Parser, fixedOffset> type; };
   }};
 #
+# endif
+#
 # define SENF_PARSER_COLLECTION_AUX_I_var(name, aux)                                              \
       senf::detail::ParserAuxPolicySelect< BOOST_PP_CAT(aux, _t),                                 \
                                            SENF_PARSER_CURRENT_FIXED_OFFSET()                     \