(svn r23263) -Documentation: stop naming AI in comments in script/ files; it makes no sense

This commit is contained in:
truebrain
2011-11-19 15:50:10 +00:00
parent e9dfd7a897
commit b927ae5be9
3 changed files with 3 additions and 4 deletions

View File

@@ -16,8 +16,7 @@
/**
* The template to define classes in Squirrel. It takes care of the creation
* and calling of such classes, to make the AI Layer cleaner while having a
* powerful script as possible AI language.
* and calling of such classes, to minimize the API layer.
*/
template <class CL>
class DefSQClass {