From 613b273f36ffd1d300ea08c5d6b1c469d145a591 Mon Sep 17 00:00:00 2001 From: yexo Date: Sun, 1 Aug 2010 19:36:56 +0000 Subject: (svn r20285) -Codechange: use ///< for single-line doxygen comments in the AI code --- src/ai/ai_config.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/ai/ai_config.hpp') diff --git a/src/ai/ai_config.hpp b/src/ai/ai_config.hpp index c5b7c7482..ee6f8b416 100644 --- a/src/ai/ai_config.hpp +++ b/src/ai/ai_config.hpp @@ -144,12 +144,12 @@ public: void SettingsToString(char *string, size_t size) const; private: - const char *name; //!< Name of the AI - int version; //!< Version of the AI - class AIInfo *info; //!< AIInfo object for related to this AI version - SettingValueList settings; //!< List with all setting=>value pairs that are configure for this AI - AIConfigItemList *config_list; //!< List with all settings defined by this AI - bool is_random_ai; //!< True if the AI in this slot was randomly chosen. + const char *name; ///< Name of the AI + int version; ///< Version of the AI + class AIInfo *info; ///< AIInfo object for related to this AI version + SettingValueList settings; ///< List with all setting=>value pairs that are configure for this AI + AIConfigItemList *config_list; ///< List with all settings defined by this AI + bool is_random_ai; ///< True if the AI in this slot was randomly chosen. }; #endif /* ENABLE_AI */ -- cgit v1.2.3-54-g00ecf