mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-14 00:31:47 +08:00
Fix Doxygen comment
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
70ffe33976
commit
73a08678dc
@ -108,7 +108,7 @@ class SVNetwork {
|
||||
void Send(const char* msg);
|
||||
|
||||
/// Receive a message from the server.
|
||||
/// This will always return one line of char* (denoted by \n).
|
||||
/// This will always return one line of char* (denoted by \\n).
|
||||
char* Receive();
|
||||
|
||||
/// Close the connection to the server.
|
||||
|
Loading…
Reference in New Issue
Block a user