(svn r23652) -Fix: don't include/document ScriptText for AIs. It is not usable

This commit is contained in:
truebrain
2011-12-21 15:06:00 +00:00
parent b01854e790
commit af7958f5c4
4 changed files with 5 additions and 35 deletions

View File

@@ -65,7 +65,7 @@ private:
* can directly give those arguments to the ScriptText constructor, like this:
* \code local text = ScriptText(ScriptText.STR_NEWS, 1); \endcode
*
* @api ai game
* @api game
*/
class ScriptText : public Text , public ZeroedMemoryAllocator {
public: