make doxygen happy

svn-id: r11030
This commit is contained in:
Gregory Montoir 2003-11-01 20:44:53 +00:00
parent b6d5f750d5
commit 3e267ba5f9

View file

@ -44,7 +44,7 @@ class String;
* customizable.
* @param data the data to be dumped
* @param len the lenght of that data
* @param bytes_per_line number of bytes to print per line (default: 16)
* @param bytesPerLine number of bytes to print per line (default: 16)
*/
extern void hexdump(const byte * data, int len, int bytesPerLine = 16);