(svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts

This commit is contained in:
rubidium
2013-07-13 06:38:54 +00:00
parent e6ae8cf420
commit fac0bc4176
3 changed files with 5 additions and 2 deletions

View File

@@ -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.