Author: mordante
Date: Sun May 25 20:06:03 2008
New Revision: 26858

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

Modified:
    trunk/src/race.cpp

Modified: trunk/src/race.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/race.cpp?rev=26858&r1=26857&r2=26858&view=diff
==============================================================================
--- trunk/src/race.cpp (original)
+++ trunk/src/race.cpp Sun May 25 20:06:03 2008
@@ -12,8 +12,10 @@
    See the COPYING file for more details.
 */
 
-//! @file race.cpp
-//! Generate race-specific unit-names.
+/**
+ *  @file race.cpp
+ *  Generate race-specific unit-names.
+ */
 
 #include "global.hpp"
 
@@ -153,9 +155,11 @@
                global_traits_(!utils::string_bool(cfg["ignore_global_traits"]))
 
 {
-       //! @todo FIXME remove support after branching 1.4.
-       //! 2 versions with lg::wml_error
-       //! VALIDATE after that
+       /**
+        * @todo FIXME remove support after branching 1.4.
+        *  2 versions with lg::wml_error
+        *  VALIDATE after that
+        */
        if(id_.empty()) {
                // This code is only for compatibility with old race defs.
                id_ = (cfg["name"]);


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

Reply via email to