(svn r20284) -Codechange: use ///< for single-line doxygen comments in the AI code
This commit is contained in:
@@ -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"; }
|
||||
|
||||
|
Reference in New Issue
Block a user