@@ -32,10 +32,12 @@ OF_PROPERTY_ATOMIC = 0x400, OF_PROPERTY_WEAK = 0x800 }; /*! + * @class OFMethod OFIntrospection.h ObjFW/OFIntrospection.h + * * @brief A class for describing a method. */ @interface OFMethod: OFObject { SEL _selector; @@ -70,10 +72,12 @@ */ - (const char*)typeEncoding; @end /*! + * @class OFProperty OFIntrospection.h ObjFW/OFIntrospection.h + * * @brief A class for describing a property. */ @interface OFProperty: OFObject { OFString *_name; @@ -129,10 +133,12 @@ */ - (OFString*)setter; @end /*! + * @class OFInstanceVariable OFIntrospection.h ObjFW/OFIntrospection.h + * * @brief A class for describing an instance variable. */ @interface OFInstanceVariable: OFObject { OFString *_name; @@ -167,10 +173,12 @@ */ - (const char*)typeEncoding; @end /*! + * @class OFIntrospection OFIntrospection.h ObjFW/OFIntrospection.h + * * @brief A class for introspecting classes. */ @interface OFIntrospection: OFObject { OFMutableArray *_classMethods;