doc: Convert @ to \ doxygen commands

Ref #1377
This commit is contained in:
patrick96
2018-11-04 16:08:54 +01:00
committed by NBonaparte
parent 07d35df538
commit 6ca4f06785
24 changed files with 65 additions and 65 deletions

View File

@ -145,7 +145,7 @@ int command::wait() {
/**
* Tail command output
*
* @note: This is a blocking call and will not
* \note: This is a blocking call and will not
* end until the stream is closed
*/
void command::tail(callback<string> cb) {