X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fhexdump.cc;h=e332a6f43abcd96a579baf301b1525058ad6091a;hb=164fe477094d42463722584e527a02379ab5d985;hp=3cf9b73f5f783e98fb10f919860a779aebd8da8e;hpb=4004cfae8ca0e03a40385560e14bba730a801464;p=senf.git diff --git a/Utils/hexdump.cc b/Utils/hexdump.cc index 3cf9b73..e332a6f 100644 --- a/Utils/hexdump.cc +++ b/Utils/hexdump.cc @@ -32,6 +32,7 @@ //#include "hexdump.mpp" #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// +#ifndef DOXYGEN prefix_ void senf::detail::HexDumper::operator()(unsigned char ch) { @@ -65,6 +66,7 @@ prefix_ senf::detail::HexDumper::~HexDumper() } } +#endif ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_ //#include "hexdump.mpp"