From fac0bc4176503643e3cc297d2f2d8bd9bb2f451a Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 13 Jul 2013 06:38:54 +0000 Subject: (svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts --- src/script/api/script_goal.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/script/api/script_goal.hpp') diff --git a/src/script/api/script_goal.hpp b/src/script/api/script_goal.hpp index 5416fadf3..d47dbeb42 100644 --- a/src/script/api/script_goal.hpp +++ b/src/script/api/script_goal.hpp @@ -57,6 +57,9 @@ public: QT_ERROR, ///< Showing an error; title: Error. }; + /** + * Types of buttons that can be in the question window. + */ enum QuestionButton { /* Note: these values represent part of the string list starting with STR_GOAL_QUESTION_BUTTON_CANCEL */ BUTTON_CANCEL = (1 << 0), ///< Cancel button. -- cgit v1.2.3-54-g00ecf