Fix some documentation

This commit is contained in:
Alexander van Gessel 2010-03-14 19:28:09 +01:00
parent f5590f7d76
commit bead64ee9d

View File

@ -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<int,int>& resolution, int& bpp, int& video_flags);
void set_fullscreen(CVideo& video, const bool ison);