[llvm] r271039 - [Timer] Add missing slash in doxygen commit.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Fri May 27 13:04:17 PDT 2016
Author: davide
Date: Fri May 27 15:04:16 2016
New Revision: 271039
URL: http://llvm.org/viewvc/llvm-project?rev=271039&view=rev
Log:
[Timer] Add missing slash in doxygen commit.
Pointed out by: Sean Silva.
Modified:
llvm/trunk/include/llvm/Support/Timer.h
Modified: llvm/trunk/include/llvm/Support/Timer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Timer.h?rev=271039&r1=271038&r2=271039&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Timer.h (original)
+++ llvm/trunk/include/llvm/Support/Timer.h Fri May 27 15:04:16 2016
@@ -104,7 +104,7 @@ public:
const std::string &getName() const { return Name; }
bool isInitialized() const { return TG != nullptr; }
- // Check if the timer is currently running.
+ /// Check if the timer is currently running.
bool isRunning() const { return Running; }
/// Check if startTimer() has ever been called on this timer.
More information about the llvm-commits
mailing list