@@ -30,21 +30,21 @@ char *_types; OFMutableData *_typesPointers, *_offsets; } /*! - * The number of arguments of the method. + * @brief The number of arguments of the method. */ @property (readonly, nonatomic) size_t numberOfArguments; /*! - * The return type of the method. + * @brief The return type of the method. */ @property (readonly, nonatomic) const char *methodReturnType; /*! - * The size of the arguments on the stack frame. + * @brief The size of the arguments on the stack frame. * * @note This is platform-dependent! */ @property (readonly, nonatomic) size_t frameLength;