Author: mordante
Date: Fri Sep 19 17:30:40 2008
New Revision: 29553

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29553&view=rev
Log:
Update doxygen comment style.

Modified:
    trunk/src/multiplayer_lobby.hpp

Modified: trunk/src/multiplayer_lobby.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/multiplayer_lobby.hpp?rev=29553&r1=29552&r2=29553&view=diff
==============================================================================
--- trunk/src/multiplayer_lobby.hpp (original)
+++ trunk/src/multiplayer_lobby.hpp Fri Sep 19 17:30:40 2008
@@ -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 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:


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to