@@ -71,11 +71,11 @@ @property (readonly, copy) OFArray *classMethods; @property (readonly, copy) OFArray *instanceMethods; #endif /** - * \brief Creates a new, autoreleased introspection for the specified class. + * \brief Creates a new introspection for the specified class. * * \return A new, autoreleased introspection for the specified class */ + introspectionWithClass: (Class)class_; @@ -99,7 +99,7 @@ * * \return The instance methods of the class */ - (OFArray*)instanceMethods; -/* TODO: Ivars, properties */ +/* TODO: ivars, properties */ @end