Author: mordante
Date: Sun Sep 21 09:31:47 2008
New Revision: 29604

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

Modified:
    trunk/src/server/forum_user_handler.hpp

Modified: trunk/src/server/forum_user_handler.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/forum_user_handler.hpp?rev=29604&r1=29603&r2=29604&view=diff
==============================================================================
--- trunk/src/server/forum_user_handler.hpp (original)
+++ trunk/src/server/forum_user_handler.hpp Sun Sep 21 09:31:47 2008
@@ -22,8 +22,10 @@
 #include <mysql++/mysql++.h>
 #include "../md5.hpp"
 
-//! @class A user_handler implementation to link the server
-//! with a phpbb3 forum.
+/**
+ * @class A user_handler implementation to link the server
+ * with a phpbb3 forum.
+ */
 
 // The [user_handler] section in the server configuration
 // file could look like this:
@@ -60,10 +62,12 @@
                void set_user_detail(const std::string& user, const 
std::string& detail, const std::string& value);
                std::string get_valid_details();
 
-               // Needed because the hashing algorithm used by phpbb requires 
some info
-               // from the original hash to recreate the same hash
-               //! index = 0 returns the hash seed
-               //! index = 1 return the salt
+               /**
+                * Needed because the hashing algorithm used by phpbb requires 
some info
+                * from the original hash to recreate the same hash
+                * index = 0 returns the hash seed
+                * index = 1 return the salt
+                */
                std::string create_pepper(const std::string& name, int index);
 
        private:


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

Reply via email to