Fix warnings caused by unescaped special doxygen chars

This commit is contained in:
George Oikonomou 2015-02-15 17:08:00 +01:00
parent fb22e15844
commit 0b382a933a
4 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@
/**
* \file Shell command for downloading files from a remote node.
* Example usage:
* 'download <node addr> <filename> | write <local_filename'.
* 'download \<node addr\> \<filename\> | write \<local_filename\>'.
*
* \author Luca Mottola <luca@sics.se>, Fredrik Osterlind <fros@sics.se>
*/