Author: mordante
Date: Sun Sep 21 13:34:04 2008
New Revision: 29620

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

Modified:
    trunk/src/filesystem.cpp

Modified: trunk/src/filesystem.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/filesystem.cpp?rev=29620&r1=29619&r2=29620&view=diff
==============================================================================
--- trunk/src/filesystem.cpp (original)
+++ trunk/src/filesystem.cpp Sun Sep 21 13:34:04 2008
@@ -757,9 +757,11 @@
        return dirname + "/" + fname.str();
 }
 
-//! Returns true if the file ends with '.gz'.
-//! 
-//! @param filename     The name to test.
+/**
+ * Returns true if the file ends with '.gz'.
+ * 
+ * @param filename                The name to test.
+ */
 bool is_gzip_file(const std::string& filename)
 { 
        return (filename.length() > 3 


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

Reply via email to