Browse Source

[trac976] Correct comment

Stephen Morris 14 years ago
parent
commit
e2e2a6756e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/log/logger.h

+ 1 - 1
src/lib/log/logger.h

@@ -59,7 +59,7 @@ namespace log {
 /// In this way, individual libraries can have their own loggers without
 /// In this way, individual libraries can have their own loggers without
 /// worrying about the program in which they are used, but:
 /// worrying about the program in which they are used, but:
 /// - The origin of the message will be clearly identified.
 /// - The origin of the message will be clearly identified.
-/// - The same component can have different options 736#comment:12(e.g. logging severity)
+/// - The same component can have different options (e.g. logging severity)
 /// in different programs at the same time.
 /// in different programs at the same time.
 /// 
 /// 
 /// \section LoggingApiLoggingMessages Logging Messages
 /// \section LoggingApiLoggingMessages Logging Messages