Packets/GenericTLV: started with documentation how to use GenericTLVBase
[senf.git] / senf / Packets / GenericTLV.cti
index f66eec3..913ef63 100644 (file)
@@ -57,6 +57,8 @@ prefix_ bool senf::GenericTLVParserBase<Base>::is()
     return this->type().value() == Parser::TYPEID;
 }
 
+#ifndef DOXYGEN
+
 template <class Base>
 template <class ForwardReadableRange>
 prefix_ void senf::GenericTLVParserBase<Base>::value(
@@ -85,6 +87,8 @@ prefix_ void senf::GenericTLVParserBase<Base>::value(
     value_( val.second); 
 }
 
+#endif
+
 ///////////////////////////////cti.e///////////////////////////////////////
 #undef prefix_