From 607a55f4ec509649d3799df9dff54a28d074e693 Mon Sep 17 00:00:00 2001 From: belugas Date: Tue, 17 Apr 2007 20:23:13 +0000 Subject: (svn r9662) -Documentation: Doxygen corrections and @file omissions --- src/genworld_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/genworld_gui.cpp') diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp index 55817304b..b78f14ea5 100644 --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -899,7 +899,7 @@ static void _SetGeneratingWorldProgress(gwp_class cls, uint progress, uint total /** * Set the total of a stage of the world generation. - * @param class the current class we are in. + * @param cls the current class we are in. * @param total Set the total expected items for this class. * * Warning: this function isn't clever. Don't go from class 4 to 3. Go upwards, always. @@ -914,7 +914,7 @@ void SetGeneratingWorldProgress(gwp_class cls, uint total) /** * Increases the current stage of the world generation with one. - * @param class the current class we are in. + * @param cls the current class we are in. * * Warning: this function isn't clever. Don't go from class 4 to 3. Go upwards, always. * Also, progress works if total is zero, total works if progress is zero. -- cgit v1.2.3-54-g00ecf