forked from mirror/OpenTTD
Doc: Lots and lots of doxymentation fixes
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#ifndef WIDGETS_CHEAT_WIDGET_H
|
||||
#define WIDGETS_CHEAT_WIDGET_H
|
||||
|
||||
/** Widgets of the #CheatWindow class.. */
|
||||
/** Widgets of the #CheatWindow class. */
|
||||
enum CheatWidgets {
|
||||
WID_C_PANEL, ///< Panel where all cheats are shown in.
|
||||
};
|
||||
|
@@ -111,7 +111,6 @@ struct DropdownWindow : Window {
|
||||
* @param size Size of the dropdown menu window.
|
||||
* @param wi_colour Colour of the parent widget.
|
||||
* @param scroll Dropdown menu has a scrollbar.
|
||||
* @param widget Widgets of the dropdown menu window.
|
||||
*/
|
||||
DropdownWindow(Window *parent, const DropDownList *list, int selected, int button, bool instant_close, const Point &position, const Dimension &size, Colours wi_colour, bool scroll)
|
||||
: Window(&_dropdown_desc)
|
||||
@@ -182,7 +181,7 @@ struct DropdownWindow : Window {
|
||||
|
||||
/**
|
||||
* Find the dropdown item under the cursor.
|
||||
* @param value [out] Selected item, if function returns \c true.
|
||||
* @param[out] value Selected item, if function returns \c true.
|
||||
* @return Cursor points to a dropdown item.
|
||||
*/
|
||||
bool GetDropDownItem(int &value)
|
||||
|
Reference in New Issue
Block a user