Obj-C categories conflict with other class documentation! Method description by class with category - not showed, doxygen. He does not seem them. Doxywizard output log does not contains any warning & errors. Maybe there are some solutions for this problem? On the Internet for this subject my search was unsuccessfully =(

Example :

----------------- .h file ----------------------
@interface TestClass : NSObject
- (void)foo;
@end

@interface TestClass (TestCategory)
@end


----------------- .m file ----------------------
@implementation TestClass

/**
DO NOT SEEM THIS TEXT
*/
- (void)foo{
// same code
}

@end

@implementation TestClass (TestCategory)
@end


Please answer for me. Hikto583004@list.ru or in this post. Thank you in advance for your response

 

Last edit: Alexandr Babenko 2016-03-14