mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
Fix serveral Doxygen style issues.
The issues were found by Clang 3.4.
This commit is contained in:
parent
0508c47ea2
commit
e8cc546dff
@ -26,13 +26,11 @@ public:
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param[in] text The initial value of the label.
|
||||
* @param[out] text The label text the user entered if the dialog
|
||||
* returns @ref twindow::OK undefined otherwise.
|
||||
* @param[in] team_only The initial value of the team only toggle.
|
||||
* @param[out] team_only The final value of the team only toggle if the
|
||||
* dialog returns @ref twindow::OK undefined
|
||||
* otherwise.
|
||||
* @param[in, out] text The parameter's usage is:
|
||||
* - Input: The initial value of the label.
|
||||
* - Output: The label text the user entered if
|
||||
* the dialog returns @ref twindow::OK
|
||||
* undefined otherwise.
|
||||
*/
|
||||
teditor_edit_label(std::string& text, bool& immutable, bool& visible_fog, bool& visible_shroud);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user