[haiku-commits] haiku: hrev45305 - docs/user/support

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 19 Feb 2013 01:47:41 +0100 (CET)

hrev45305 adds 1 changeset to branch 'master'
old head: db616065fafb9ed5069628a660f1f66071315a6b
new head: 8e13dec040bfaf4a99b543ca0305a56bd13dbd6b
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=8e13dec+%5Edb61606

----------------------------------------------------------------------------

8e13dec: Correction in the BStopWatch contructor docs

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev45305
Commit:      8e13dec040bfaf4a99b543ca0305a56bd13dbd6b
URL:         http://cgit.haiku-os.org/haiku/commit/?id=8e13dec
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Tue Feb 19 00:47:25 2013 UTC

----------------------------------------------------------------------------

1 file changed, 3 insertions(+), 3 deletions(-)
docs/user/support/StopWatch.dox | 6 +++---

----------------------------------------------------------------------------

diff --git a/docs/user/support/StopWatch.dox b/docs/user/support/StopWatch.dox
index 6618c21..1974a49 100644
--- a/docs/user/support/StopWatch.dox
+++ b/docs/user/support/StopWatch.dox
@@ -47,9 +47,9 @@
        This method creates a new BStopWatch object. As soon as the object is
        created the timer starts ticking away.
 
-       If you are profiling your code with this class, pass \c true to the
-       \a silent parameter. Doing so causes elapsed time information to be
-       streamed to standard output when when the object is destroyed.
+       If you are profiling your code with this class pass \c false to the
+       \a silent parameter to cause the elapsed time information to be
+       streamed to standard output when the object is destroyed.
 
        \param name The name of the stop watch. You may pass \c NULL to create 
an
               anonymous stop watch.


Other related posts:

  • » [haiku-commits] haiku: hrev45305 - docs/user/support - jscipione