(svn r15910) -Fix [FS#2777]: Clarify that TILE_INVALID is part of AIMap make doxygen output some documentation for it.

This commit is contained in:
yexo
2009-04-01 08:38:57 +00:00
parent 221bf711bd
commit 058477ed89
3 changed files with 6 additions and 2 deletions

View File

@@ -17,6 +17,9 @@ public:
TILE_INVALID = INVALID_TILE, //!< Invalid TileIndex.
};
#endif /* DEFINE_SCRIPT_FILES */
#ifdef DOXYGEN_SKIP
const static TileIndex TILE_INVALID; //!< Invalid TileIndex.
#endif
static const char *GetClassName() { return "AIMap"; }