[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1648: Fix some doxygen markup. (in trunk: . src/util)
Author: edmanm
Date: 2007-02-24 13:32:28 -0500 (Sat, 24 Feb 2007)
New Revision: 1648
Modified:
trunk/
trunk/src/util/log.cpp
trunk/src/util/log.h
Log:
r1694@adrastea: edmanm | 2007-02-24 13:20:18 -0500
Fix some doxygen markup.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /vidalia/local/trunk [r1694] on 54b3572a-7227-0410-958f-53ecd705b71a
Modified: trunk/src/util/log.cpp
===================================================================
--- trunk/src/util/log.cpp 2007-02-21 12:09:52 UTC (rev 1647)
+++ trunk/src/util/log.cpp 2007-02-24 18:32:28 UTC (rev 1648)
@@ -101,7 +101,7 @@
}
/** Creates a log message with severity <b>level</b> and initial message
- * contents <b>message<b>. The log message can be appended to until the
+ * contents <b>message</b>. The log message can be appended to until the
* returned LogMessage's destructor is called, at which point the complete
* message is written to the log file. */
inline Log::LogMessage
Modified: trunk/src/util/log.h
===================================================================
--- trunk/src/util/log.h 2007-02-21 12:09:52 UTC (rev 1647)
+++ trunk/src/util/log.h 2007-02-24 18:32:28 UTC (rev 1648)
@@ -81,7 +81,7 @@
static LogLevel stringToLogLevel(QString str);
/** Creates a log message with severity <b>level</b> and initial message
- * contents <b>message<b>. The log message can be appended to until the
+ * contents <b>message</b>. The log message can be appended to until the
* returned LogMessage's destructor is called, at which point the complete
* message is written to the log file. */
LogMessage log(LogLevel level, QString message);