Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKissaki <kissaki@gmx.de>2013-07-13 20:45:09 +0400
committerKissaki <kissaki@gmx.de>2013-07-13 20:45:09 +0400
commit9450d669413ae22f5f5a50354d2eb9026f00ce8d (patch)
treeccae80d2a73c6efb21cb2f10eac30384ed656d82 /src/Timer.h
parent84be1eb1623d8b23119966b743af01a8b8e63bd7 (diff)
Unify comment style.
* Adjust comments to unified JavaDoc-style comments
Diffstat (limited to 'src/Timer.h')
-rw-r--r--src/Timer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Timer.h b/src/Timer.h
index 33ab75504..ac8288114 100644
--- a/src/Timer.h
+++ b/src/Timer.h
@@ -46,11 +46,13 @@ class Timer {
quint64 restart();
bool isStarted() const;
- /*! Compares the elapsed time, not the start time
+ /**
+ * Compares the elapsed time, not the start time
*/
bool operator<(const Timer &other) const;
- /*! Compares the elapsed time, not the start time
+ /**
+ * Compares the elapsed time, not the start time
*/
bool operator>(const Timer &other) const;
};