From 648b397c1a950968ba0ae8d48edc42c62f818724 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 3 May 2014 18:56:20 +0200 Subject: [PATCH] Fix Doxygen comment. --- src/mp_options.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mp_options.hpp b/src/mp_options.hpp index f674b552384b..986182802ab1 100644 --- a/src/mp_options.hpp +++ b/src/mp_options.hpp @@ -150,9 +150,9 @@ class manager * @param gamecfg The config object holding all eras, scenarios * and modifications. * - * @param video The screen to display the dialog on. + * @param display The screen to display the dialog on. * - * @param initial_values The initial values for each option. + * @param initial_value The initial values for each option. */ manager(const config& gamecfg, game_display& display, gui::scrollpane* pane, const config& initial_value);