From 99cb47a3825f370e19adacd1ad1e6241eccb99f9 Mon Sep 17 00:00:00 2001 From: yexo Date: Sun, 1 Aug 2010 19:36:36 +0000 Subject: (svn r20284) -Codechange: use ///< for single-line doxygen comments in the AI code --- src/ai/api/ai_info_docs.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ai/api/ai_info_docs.hpp') diff --git a/src/ai/api/ai_info_docs.hpp b/src/ai/api/ai_info_docs.hpp index 50b91fd2e..8eb54d3c1 100644 --- a/src/ai/api/ai_info_docs.hpp +++ b/src/ai/api/ai_info_docs.hpp @@ -182,10 +182,10 @@ public: /** Miscellaneous flags for AI settings. */ enum AIConfigFlags { - AICONFIG_NONE, //!< Normal setting. - AICONFIG_RANDOM, //!< When randomizing the AI, pick any value between min_value and max_value. - AICONFIG_BOOLEAN, //!< This value is a boolean (either 0 (false) or 1 (true) ). - AICONFIG_INGAME, //!< This setting can be changed while the AI is running. + AICONFIG_NONE, ///< Normal setting. + AICONFIG_RANDOM, ///< When randomizing the AI, pick any value between min_value and max_value. + AICONFIG_BOOLEAN, ///< This value is a boolean (either 0 (false) or 1 (true) ). + AICONFIG_INGAME, ///< This setting can be changed while the AI is running. }; /** -- cgit v1.2.3-54-g00ecf