mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 10:22:39 +01:00
(svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user