@@ -62,11 +62,11 @@ #endif } /** * \param obj An object that is passed to the main method as a copy or nil - * \return A new, autoreleased thread + * \return A new autoreleased thread */ + threadWithObject: (id)obj; /** * Sets the Thread Local Storage for the specified key. @@ -123,11 +123,11 @@ CRITICAL_SECTION mutex; #endif } /** - * \return A new, autoreleased mutex. + * \return A new autoreleased mutex. */ + mutex; /** * Locks the mutex.