[shark] 23/58: Update Timer.h

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Mar 16 10:05:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository shark.

commit f2dcf1b7c82cf679e8a895fb76f404a7909f3861
Author: Christian Igel <igel at diku.dk>
Date:   Thu Feb 18 21:59:46 2016 +0100

    Update Timer.h
    
    just small changes in the comments
---
 include/shark/Core/Timer.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/shark/Core/Timer.h b/include/shark/Core/Timer.h
index 0d3e6ed..1995b9d 100644
--- a/include/shark/Core/Timer.h
+++ b/include/shark/Core/Timer.h
@@ -47,12 +47,12 @@
 namespace shark {
 
 
-/// \brief Timer abstraction with microsecond resolution///
+/// \brief Timer abstraction with microsecond resolution
 ///
 /// \par
-/// use start() to start the timer and stop() to retrive the
+/// Use start() to start the timer and stop() to retrive the
 /// elapsed time in seconds (guaranteed/forced to be >= 0 ).
-/// use now() to get the current time (may in rare cases give decreasing values).
+/// Use now() to get the current time (may in rare cases give decreasing values).
 class Timer
 {
 public:
@@ -93,7 +93,7 @@ public:
 #endif
 	}
 
-	/// \brief stores the current time in m_startTime.
+	/// \brief Stores the current time in m_startTime.
 	void start() {
 		m_startTime = now(m_measureWallclockTime);
 	}
@@ -115,7 +115,7 @@ public:
 		return m_lastLap;
 	}
 
-	/// \brief returns the last value of stop()
+	/// \brief Returns the last value of stop().
 	double lastLap() {
 		return m_lastLap;
 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git



More information about the debian-science-commits mailing list