From 980eb1d4dd692af1e8884cdfdf752da50edfbc53 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Sun, 23 Nov 2008 17:15:52 +0000 Subject: [PATCH] Changed Doxygen comments a bit --- src/intro.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/intro.cpp b/src/intro.cpp index 9878dbad8f6..2fc8e68bb31 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -34,7 +34,6 @@ static bool show_intro_part(display &disp, const vconfig& part, const std::string& scenario); -/** Show an introduction sequence at the start of a scenario. */ void show_intro(display &disp, const vconfig& data, const config& level) { LOG_NG << "showing intro sequence...\n"; @@ -360,7 +359,6 @@ static bool show_intro_part_helper(display &disp, const vconfig& part, return true; } -/** Black screen with "The End", shown at the end of a campaign. */ void the_end(display &disp, std::string text, unsigned int duration) { //