Author: mordante
Date: Sun May 25 20:01:50 2008
New Revision: 26857

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

Modified:
    trunk/src/replay.cpp
    trunk/src/replay.hpp

Modified: trunk/src/replay.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/replay.cpp?rev=26857&r1=26856&r2=26857&view=diff
==============================================================================
--- trunk/src/replay.cpp (original)
+++ trunk/src/replay.cpp Sun May 25 20:01:50 2008
@@ -12,10 +12,12 @@
    See the COPYING file for more details.
 */
 
-//! @file replay.cpp
-//! Replay control code.
-//!
-//! See http://www.wesnoth.org/wiki/ReplayWML for more info.
+/**
+ *  @file replay.cpp
+ *  Replay control code.
+ * 
+ *  See http://www.wesnoth.org/wiki/ReplayWML for more info.
+ */
 
 #include "global.hpp"
 
@@ -532,8 +534,11 @@
        // Remember commands not yet synced and skip over them.
        // We assume that all already sent (sent=yes) data isn't undoable
        // even if not marked explicitely with undo=no.
-       //! @todo Change undo= to default to "no" and explicitely mark all
-       //! undoable commands with yes.
+       
+       /**
+        * @todo Change undo= to default to "no" and explicitely mark all
+        * undoable commands with yes.
+        */
        while(cmd.first != cmd.second && ((**(cmd.second-1))["undo"] == "no"
                || (**(cmd.second-1))["async"] == "yes"
                || (**(cmd.second-1))["sent"] == "yes"))

Modified: trunk/src/replay.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/replay.hpp?rev=26857&r1=26856&r2=26857&view=diff
==============================================================================
--- trunk/src/replay.hpp (original)
+++ trunk/src/replay.hpp Sun May 25 20:01:50 2008
@@ -12,8 +12,10 @@
    See the COPYING file for more details.
 */
 
-//! @file replay.hpp
-//! Replay control code.
+/**
+ *  @file replay.hpp
+ *  Replay control code.
+ */
 
 #ifndef REPLAY_H_INCLUDED
 #define REPLAY_H_INCLUDED


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

Reply via email to