Author: mordante
Date: Sun Sep 21 09:31:29 2008
New Revision: 29600

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

Modified:
    trunk/src/server/ban.cpp
    trunk/src/server/ban.hpp

Modified: trunk/src/server/ban.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/ban.cpp?rev=29600&r1=29599&r2=29600&view=diff
==============================================================================
--- trunk/src/server/ban.cpp (original)
+++ trunk/src/server/ban.cpp Sun Sep 21 09:31:29 2008
@@ -44,7 +44,6 @@
 
        bool banned_compare::operator()(const banned_ptr& a, const banned_ptr& 
b) const
        {
-               //! We want to move the lowest value to the top
                return (*a) > (*b);
        }
 

Modified: trunk/src/server/ban.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/ban.hpp?rev=29600&r1=29599&r2=29600&view=diff
==============================================================================
--- trunk/src/server/ban.hpp (original)
+++ trunk/src/server/ban.hpp Sun Sep 21 09:31:29 2008
@@ -34,7 +34,7 @@
 
        typedef boost::shared_ptr<banned> banned_ptr;
 
-       //! We want to move the lowest value to the top
+       /** We want to move the lowest value to the top. */
        struct banned_compare {
                bool operator()(const banned_ptr& a, const banned_ptr& b) const;
        };


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

Reply via email to