Hi,
I am using Doxygen to document my Objective-C files, but for some reason, I
can't get category classes to be grouped with the corresponding class or to
be listed outside the "Class List". Is there something I am missing?
*CLASS:*
/**
@class BlablablaRESTClient
This class defines a client for the REST web service. This client will
work with the JSON file format
*/
@interface BlablablaRESTClient : AFHTTPClient
The behaviour of the doxygen is crazy sometimes, depending on how do I
write the documentation. Notice the spacing between the class name and the
category name
/**
@category BlablablaRESTClient(Wrapper)
This category defines wrapper methods for the common service calls and
performs the common logic.
*/
@interface BlablablaRESTClient (Wrapper)
*RESULT: *Class and Category are listed in "Class List". Class does not
include the category methods
/**
@category BlablablaRESTClient (Wrapper)
This category defines wrapper methods for the common service calls and
performs the common logic.
*/
@interface BlablablaRESTClient (Wrapper)
*RESULT: *Class and Category are listed in "Class List". Category has two
entries in the list! Class include the category methods.
/**
@category BlablablaRESTClient(Wrapper)
This category defines wrapper methods for the common service calls and
performs the common logic.
*/
@interface BlablablaRESTClient(Wrapper)
*RESULT:* Class and Category are listed in "Class List". Class include the
category methods
Aren't categories listed in a different part, outside Class list?
What about Private Categories? Like @interface BlablablaRESTClient()
Thanks in advance
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game
on Steam. $5K grand prize plus 10 genre and skill prizes.
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users