mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
[Timer] Add missing slash in doxygen commit.
Pointed out by: Sean Silva. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271039 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6cc1a144bd
commit
59250f2810
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user