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

@ -85,7 +85,7 @@ namespace socket_util {
}
/**
* @see receive
* \see receive
*/
string unix_connection::receive(const ssize_t receive_bytes, int flags) {
ssize_t bytes{0};