Index: src/OFThread.h ================================================================== --- src/OFThread.h +++ src/OFThread.h @@ -86,11 +86,11 @@ * \return A new, autoreleased thread */ + thread; /** - * \param obj An object that is passed to the main method as a copy or nil + * \param obj An object which is passed for use in the main method or nil * \return A new, autoreleased thread */ + threadWithObject: (id)obj; /** @@ -159,11 +159,11 @@ * \param obj The object which the terminated thread will return */ + (void)terminateWithObject: (id)obj; /** - * \param obj An object that is passed to the main method as a copy or nil + * \param obj An object which is passed for use in the main method or nil * \return An initialized OFThread. */ - initWithObject: (id)obj; /**