Author: shadowmaster
Date: Sun Sep 14 03:00:22 2008
New Revision: 29452

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29452&view=rev
Log:
* Doxygen comment tweaking

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

Modified: trunk/src/log.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/log.cpp?rev=29452&r1=29451&r2=29452&view=diff
==============================================================================
--- trunk/src/log.cpp (original)
+++ trunk/src/log.cpp Sun Sep 14 03:00:22 2008
@@ -15,8 +15,8 @@
 
 /**
  * @file log.cpp
- * Logger for debugging.
- * See also wesnoth-commandline-params --logdomains and --log-<level>="domain".
+ * Standard logging facilities (implementation).
+ * See also the command line switches --logdomains and --log-<level>="domain".
  */
 
 #include "global.hpp"

Modified: trunk/src/log.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/log.hpp?rev=29452&r1=29451&r2=29452&view=diff
==============================================================================
--- trunk/src/log.hpp (original)
+++ trunk/src/log.hpp Sun Sep 14 03:00:22 2008
@@ -13,7 +13,8 @@
    See the COPYING file for more details.
 */
 
-/** @file log.hpp */
+//! @file log.hpp
+//! Standard logging facilities (interface).
 
 #ifndef LOG_HPP_INCLUDED
 #define LOG_HPP_INCLUDED


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

Reply via email to