src/ai/api/ai_cargo.hpp
branchnoai
changeset 9829 80fbe02a4184
parent 9814 be51ea0adc29
child 9835 2541c2d325ed
--- a/src/ai/api/ai_cargo.hpp	Sun Mar 30 20:58:41 2008 +0000
+++ b/src/ai/api/ai_cargo.hpp	Mon Mar 31 06:32:27 2008 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file ai_cargo.hpp Everything to query about cargos */
+/** @file ai_cargo.hpp Everything to query cargos. */
 
 #ifndef AI_CARGO_HPP
 #define AI_CARGO_HPP
@@ -12,9 +12,6 @@
  */
 class AICargo : public AIObject {
 public:
-	/**
-	 * The name of the class, needed by several sub-processes.
-	 */
 	static const char *GetClassName() { return "AICargo"; }
 
 	/**