(svn r20284) -Codechange: use ///< for single-line doxygen comments in the AI code

This commit is contained in:
yexo
2010-08-01 19:36:36 +00:00
parent ed4f806f1d
commit 99cb47a382
24 changed files with 250 additions and 250 deletions

View File

@@ -20,7 +20,7 @@
*/
class AIMap : public AIObject {
public:
static const int TILE_INVALID = (int)INVALID_TILE; //!< Invalid TileIndex.
static const int TILE_INVALID = (int)INVALID_TILE; ///< Invalid TileIndex.
static const char *GetClassName() { return "AIMap"; }