Doc: Lots and lots of doxymentation fixes

This commit is contained in:
Charles Pigott
2018-10-28 02:17:36 +00:00
committed by frosch
parent b9273cbe07
commit f5b1115039
108 changed files with 265 additions and 290 deletions

View File

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

View File

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