From e8cc546dff9ed88db9b371f0a87806480fa2ed53 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 5 Jan 2014 16:05:42 +0100 Subject: [PATCH] Fix serveral Doxygen style issues. The issues were found by Clang 3.4. --- src/gui/dialogs/editor/editor_edit_label.hpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/gui/dialogs/editor/editor_edit_label.hpp b/src/gui/dialogs/editor/editor_edit_label.hpp index 18bfa7b152d..efdd4ce0641 100644 --- a/src/gui/dialogs/editor/editor_edit_label.hpp +++ b/src/gui/dialogs/editor/editor_edit_label.hpp @@ -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);