diff options
Diffstat (limited to 'tools/libclang/CLog.h')
-rw-r--r-- | tools/libclang/CLog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libclang/CLog.h b/tools/libclang/CLog.h index e1d6a57e4a..a935995a11 100644 --- a/tools/libclang/CLog.h +++ b/tools/libclang/CLog.h @@ -31,7 +31,7 @@ namespace cxindex { class Logger; typedef IntrusiveRefCntPtr<Logger> LogRef; -/// \brief Collects logging output and writes it to stderr when it's destructed. +/// Collects logging output and writes it to stderr when it's destructed. /// Common use case: /// \code /// if (LogRef Log = Logger::make(__func__)) { @@ -90,7 +90,7 @@ public: } } -/// \brief Macros to automate common uses of Logger. Like this: +/// Macros to automate common uses of Logger. Like this: /// \code /// LOG_FUNC_SECTION { /// *Log << "blah"; |