Author: mordante
Date: Sun May 18 15:59:35 2008
New Revision: 26694

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

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

Modified: trunk/src/variable.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/variable.cpp?rev=26694&r1=26693&r2=26694&view=diff
==============================================================================
--- trunk/src/variable.cpp (original)
+++ trunk/src/variable.cpp Sun May 18 15:59:35 2008
@@ -14,8 +14,10 @@
    See the COPYING file for more details.
 */
 
-//! @file variable.cpp
-//! Manage WML-variables.
+/**
+ *  @file variable.cpp
+ *  Manage WML-variables.
+ */
 
 #include "global.hpp"
 
@@ -31,8 +33,10 @@
 
 namespace
 {
-       //! @todo FIXME: the variable repository should be
-       // a class of variable.hpp, and not the game_state.
+       /** 
+        * @todo FIXME: the variable repository should be
+        * a class of variable.hpp, and not the game_state.
+        */
        game_state* repos = NULL;
 
        // map to track temp storage of inserted tags on the heap
@@ -494,7 +498,7 @@
 namespace {
 bool recursive_activation = false;
 
-//! Turns on any auto-stored variables
+/** Turns on any auto-stored variables */
 void activate_scope_variable(std::string var_name)
 {
        if(recursive_activation)

Modified: trunk/src/variable.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/variable.hpp?rev=26694&r1=26693&r2=26694&view=diff
==============================================================================
--- trunk/src/variable.hpp (original)
+++ trunk/src/variable.hpp Sun May 18 15:59:35 2008
@@ -85,7 +85,7 @@
                unsigned index_offset_;
        };
 
-       //! In-order iteration over all children.
+       /** In-order iteration over all children. */
        all_children_iterator ordered_begin() const;
        all_children_iterator ordered_end() const;
 


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

Reply via email to