diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-03 18:32:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-03 19:35:08 +0300 |
commit | 6e09393c9d4a2f36c582ff97c0f5d5263757cbcc (patch) | |
tree | 4a183d5255462594bca9888f4f598800f6125805 /src/main.h | |
parent | 829c8fb2476f763f0d0a1f4ca792073eb953814e (diff) | |
download | mv-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.gz mv-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.bz2 mv-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.xz mv-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.zip |
Fix some doxygen issues.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.h b/src/main.h index 9273e9351..62cf9a7c3 100644 --- a/src/main.h +++ b/src/main.h @@ -38,11 +38,6 @@ * sprites define the visible part of \link Being Beings\endlink and * \link FloorItem FloorItems\endlink, they are drawn from top to bottom * by the map, interleaved with the tiles in the fringe layer. - * - * The client supports two servers, \link EAthena eAthena\endlink (the TMW - * version) and the \link EvolServ server\endlink. To achieve this, the - * \link Net network communication layer\endlink is abstracted in many - * different interfaces, which have different implementations for each server. */ #define SMALL_VERSION "1.6.12.24" |