]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/SGThread.hxx
Fix #1783: repeated error message on console
[simgear.git] / simgear / threads / SGThread.hxx
index 94d5e40524ab77d9fd2923f22f22a9d5752a0c51..d905c62443d293938935b89571cb18db73d901e3 100644 (file)
@@ -146,16 +146,16 @@ public:
     /**
      * Wait for this condition variable to be signaled.
      *
-     * @param SGMutex& reference to a locked mutex.
+     * @param mutex Reference to a locked mutex.
      */
-    void wait(SGMutex&);
+    void wait(SGMutex& mutex);
 
     /**
-     * Wait for this condition variable to be signaled for at most
-     * 'ms' milliseconds.
+     * Wait for this condition variable to be signaled for at most \a 'msec'
+     * milliseconds.
      *
-     * @param mutex reference to a locked mutex.
-     * @param ms milliseconds to wait for a signal.
+     * @param mutex Reference to a locked mutex.
+     * @param msec  Milliseconds to wait for a signal.
      *
      * @return
      */