From bead64ee9ddb6e9b5f40d82a219c1320d053a309 Mon Sep 17 00:00:00 2001 From: Alexander van Gessel Date: Sun, 14 Mar 2010 19:28:09 +0100 Subject: [PATCH] Fix some documentation --- src/preferences_display.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/preferences_display.hpp b/src/preferences_display.hpp index b7e6f6e69b7..38521e08fcb 100644 --- a/src/preferences_display.hpp +++ b/src/preferences_display.hpp @@ -36,11 +36,10 @@ namespace preferences { * @param video The video 'holding' the framebuffer. * @param resolution Any good resultion is returned through this reference. * @param bpp A reference through which the best bpp is returned. - * If non-zero when passed, only that bpp is allowed. * @param video_flags A reference through which the video flags for setting the video mode are returned. - * - * @returns Whether valid video settings were found. - */ + * + * @returns Whether valid video settings were found. + */ bool detect_video_settings(CVideo& video, std::pair& resolution, int& bpp, int& video_flags); void set_fullscreen(CVideo& video, const bool ison);