diff -r 38be66875b45 -r 80fbe02a4184 src/ai/api/ai_industrylist.hpp --- a/src/ai/api/ai_industrylist.hpp Sun Mar 30 20:58:41 2008 +0000 +++ b/src/ai/api/ai_industrylist.hpp Mon Mar 31 06:32:27 2008 +0000 @@ -1,7 +1,6 @@ /* $Id$ */ -/** @file ai_industrylist.hpp list all the industries */ -/** @defgroup AIIndustryList AIIndustryList - Valuators and lists working on/with AIIndustryList */ +/** @file ai_industrylist.hpp List all the industries. */ #ifndef AI_INDUSTRYLIST_HPP #define AI_INDUSTRYLIST_HPP @@ -10,7 +9,7 @@ /** * Creates a list of industries that are currently on the map. - * @ingroup AIIndustryList + * @ingroup AIList */ class AIIndustryList : public AIAbstractList { public: @@ -20,7 +19,7 @@ /** * Creates a list of industries that accepts a given cargo. - * @ingroup AIIndustryList + * @ingroup AIList */ class AIIndustryList_CargoAccepting : public AIAbstractList { public: @@ -35,7 +34,7 @@ /** * Creates a list of industries that can produce a given cargo. * @note It also contains industries that currently produces 0 units of the cargo. - * @ingroup AIIndustryList + * @ingroup AIList */ class AIIndustryList_CargoProducing : public AIAbstractList { public: