(svn r20288) -Doc: add doxygen string to all GetClassName functions (part of all AI api classes)

This commit is contained in:
yexo
2010-08-01 20:41:46 +00:00
parent d1787d884c
commit 7b62e4dc8e
50 changed files with 85 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
*/
class AICargoList : public AIAbstractList {
public:
/** Get the name of this class to identify it towards squirrel. */
static const char *GetClassName() { return "AICargoList"; }
AICargoList();
};
@@ -30,6 +31,7 @@ public:
*/
class AICargoList_IndustryAccepting : public AIAbstractList {
public:
/** Get the name of this class to identify it towards squirrel. */
static const char *GetClassName() { return "AICargoList_IndustryAccepting"; }
/**
@@ -44,6 +46,7 @@ public:
*/
class AICargoList_IndustryProducing : public AIAbstractList {
public:
/** Get the name of this class to identify it towards squirrel. */
static const char *GetClassName() { return "AICargoList_IndustryProducing"; }
/**