Hi Daniel,

Can you please try with the latest doxygen version (1.8.3.1) and if you still 
see problems file a bug report for it here:
https://bugzilla.gnome.org/enter_bug.cgi?product=doxygen
Please attach a self-contained example (source+config file in a zip or tar) so 
I can reproduce the problem.

Note: categories are listed in the "Class List", there is no separate list for 
categories at the moment.
Category methods should be shown in the class and cross-link to the category.
Members of nameless categories defined in the .m file should be shown as 
private (EXTRACT_PRIVATE=YES).

Regards,
  Dimitri

On Mar 27, 2013, at 13:36 , Daniel LupiaƱez <lupi...@gmail.com> wrote:

> 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&reg; 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


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to