Author: mordante
Date: Sat May 24 19:30:03 2008
New Revision: 26836

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

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

Modified: trunk/src/terrain_translation.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/terrain_translation.cpp?rev=26836&r1=26835&r2=26836&view=diff
==============================================================================
--- trunk/src/terrain_translation.cpp (original)
+++ trunk/src/terrain_translation.cpp Sat May 24 19:30:03 2008
@@ -12,8 +12,10 @@
    See the COPYING file for more details.
 */
 
-//! @file terrain_translation.cpp
-//! Routines for terrain-conversion.
+/**
+ *  @file terrain_translation.cpp
+ *  Routines for terrain-conversion.
+ */
 
 #include "global.hpp"
 #include "gettext.hpp"

Modified: trunk/src/terrain_translation.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/terrain_translation.hpp?rev=26836&r1=26835&r2=26836&view=diff
==============================================================================
--- trunk/src/terrain_translation.hpp (original)
+++ trunk/src/terrain_translation.hpp Sat May 24 19:30:03 2008
@@ -12,8 +12,7 @@
    See the COPYING file for more details.
 */
 
-//! @file terrain_translation.hpp
-//!
+/** @file terrain_translation.hpp */
 
 #ifndef TERRAIN_TRANSLATION_H_INCLUDED
 #define TERRAIN_TRANSLATION_H_INCLUDED
@@ -85,7 +84,7 @@
                bool is_empty;
        };
 
-       //!  Contains an x and y coordinate used for starting positions in maps.
+       /**  Contains an x and y coordinate used for starting positions in 
maps. */
        struct coordinate {
                size_t x;
                size_t y;


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

Reply via email to