(svn r22396) -Document: some AI doxygen stuff

This commit is contained in:
rubidium
2011-05-01 09:24:19 +00:00
parent abc2352537
commit 70c7ec30b1
18 changed files with 199 additions and 116 deletions

View File

@@ -62,7 +62,7 @@ public:
void ResetCosts();
private:
Money last_costs;
Money last_costs; ///< The last cost we did return.
};
#endif /* AI_ACCOUNTING_HPP */