@@ -61,11 +61,11 @@ id retval; #endif } /** - * \param obj An object that is passed to the main method + * \param obj An object that is passed to the main method as a copy * \return A new, autoreleased thread */ + threadWithObject: (id)obj; /** @@ -87,11 +87,11 @@ * \param key The Thread Local Storage key */ + (id)objectForTLSKey: (OFTLSKey*)key; /** - * \param obj An object that is passed to the main method + * \param obj An object that is passed to the main method as a copy * \return An initialized OFThread. */ - initWithObject: (id)obj; /**