Author: mordante
Date: Wed May 21 20:34:21 2008
New Revision: 26758

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

Modified:
    trunk/src/upload_log.cpp

Modified: trunk/src/upload_log.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/upload_log.cpp?rev=26758&r1=26757&r2=26758&view=diff
==============================================================================
--- trunk/src/upload_log.cpp (original)
+++ trunk/src/upload_log.cpp Wed May 21 20:34:21 2008
@@ -12,8 +12,10 @@
    See the COPYING file for more details.
 */
 
-//! @file upload_log.cpp
-//! Manage logfiles for uploading as feedback, e.g.\ for champaign-balancing.
+/**
+ *  @file upload_log.cpp
+ *  Manage logfiles for uploading as feedback, e.g.\ for champaign-balancing.
+ */
 
 #include "global.hpp"
 
@@ -232,7 +234,7 @@
                }
        }
 
-       //! @todo FIXME: Assumes first player is "us"; is that valid?
+       /** @todo FIXME: Assumes first player is "us"; is that valid? */
        player_info &player = state.players.begin()->second;
        for (std::vector<unit>::iterator it = player.available_units.begin();
                 it != player.available_units.end();
@@ -309,7 +311,7 @@
        add_game_result("quit", turn);
 }
 
-//! Ask user for permission to upload his game-stats.
+/** Ask user for permission to upload his game-stats. */
 void upload_log_dialog::show_beg_dialog(display& disp)
 {
        std::string msg = std::string(_("Wesnoth relies on volunteers like 
yourself for feedback, especially beginners and new players. Wesnoth keeps 
summaries of your games: you can help us improve game play by giving permission 
to send these summaries (anonymously) to wesnoth.org.\n"))


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

Reply via email to