Update doxygen comment style.

This commit is contained in:
Mark de Wever 2008-09-19 15:30:40 +00:00
parent becf747561
commit 6f64299108

View File

@ -12,8 +12,7 @@
See the COPYING file for more details.
*/
//! @file multiplayer_lobby.hpp
//!
/** @file multiplayer_lobby.hpp. */
#ifndef MULTIPLAYER_LOBBY_HPP_INCLUDED
#define MULTIPLAYER_LOBBY_HPP_INCLUDED
@ -26,9 +25,12 @@ class config;
class video;
class game_display;
//! This module controls the multiplayer lobby.
//! A section on the server which allows players to chat,
//! create games, and join games.
/**
* This module controls the multiplayer lobby.
*
* A section on the server which allows players to chat, create games, and join
* games.
*/
namespace mp {
class gamebrowser : public gui::menu {
public: