X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fhexdump.hh;h=7a31aefcbad9ee545d74661a0d39eadffddd0e2e;hb=012a592d56be453719b7fbba492b56ae804c048f;hp=dc6b3f4433d734bf1a80fbddbe34e723780359be;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/Utils/hexdump.hh b/Utils/hexdump.hh index dc6b3f4..7a31aef 100644 --- a/Utils/hexdump.hh +++ b/Utils/hexdump.hh @@ -34,7 +34,7 @@ namespace senf { - /** \brief write the contents from Iterator i to i_end to the output stream in hexadecimal format. + /** \brief Write range [ i, i_end ) to output stream in hexadecimal format */ template void hexdump(Iterator i, Iterator i_end, std::ostream & stream, unsigned block_size=16);