--- a/src/ai/api/ai_vehiclelist.hpp Sun Mar 30 20:58:41 2008 +0000
+++ b/src/ai/api/ai_vehiclelist.hpp Mon Mar 31 06:32:27 2008 +0000
@@ -1,7 +1,6 @@
/* $Id$ */
-/** @file ai_vehiclelist.hpp list all the vehicles (you own) */
-/** @defgroup AIVehicleList AIVehicleList - Valuators and lists working on/with AIVehicleList */
+/** @file ai_vehiclelist.hpp List all the vehicles (you own). */
#ifndef AI_VEHICLELIST_HPP
#define AI_VEHICLELIST_HPP
@@ -10,7 +9,7 @@
/**
* Creates a list of vehicles of which you are the owner.
- * @ingroup AIVehicleList
+ * @ingroup AIList
*/
class AIVehicleList : public AIAbstractList {
public:
@@ -20,7 +19,7 @@
/**
* Creates a list of vehicles that have orders to a given station.
- * @ingroup AIVehicleList
+ * @ingroup AIList
*/
class AIVehicleList_Station : public AIAbstractList {
public: