X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FIntParser.ih;h=8b3ceaad75370d24b54f1284d7baec954b003baf;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=0093f05be104b3d0b67f71f2130dee0efd6bcbdf;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Packets/IntParser.ih b/senf/Packets/IntParser.ih index 0093f05..8b3ceaa 100644 --- a/senf/Packets/IntParser.ih +++ b/senf/Packets/IntParser.ih @@ -29,13 +29,13 @@ // Custom includes #include "PacketTypes.hh" -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace detail { namespace packet { - /////////////////////////////////////////////////////////////////////////// + //-///////////////////////////////////////////////////////////////////////////////////////////// // Integer operators /** \brief Internal: Integer operation mixin for integer parsers @@ -92,7 +92,7 @@ namespace packet { Derived const & derived() const { return *static_cast(this); }; }; - /////////////////////////////////////////////////////////////////////////// + //-///////////////////////////////////////////////////////////////////////////////////////////// // Network byte order integer extraction /** \brief Internal: Extract 16bit network byte order value @@ -251,7 +251,7 @@ namespace packet { i[7] = ( v >> 56 ) & 0xff; } - /////////////////////////////////////////////////////////////////////////// + //-///////////////////////////////////////////////////////////////////////////////////////////// // bitfield extraction // Doxygen doesn't like this stuff ... @@ -356,7 +356,7 @@ namespace packet { }}} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif