Bug 205127 - leverage @package and @category doxygen comments for grouping
Summary: leverage @package and @category doxygen comments for grouping
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: classbrowser (other bugs)
Version First Reported In: unspecified
Platform: Ubuntu Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-25 21:36 UTC by Milian Wolff
Modified: 2025-06-01 18:40 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milian Wolff 2009-08-25 21:36:51 UTC
Version:           svn trunk (using KDE 4.3.0)
Installed from:    Ubuntu Packages

Doxygen has the @category and @package comments which would be very useful to use in the class browser. For example PHP (and probably many other languages) you often use frameworks with often very good inline documentation (esp. the two comments above are used).

Now consider you have a local project which leverages a framework with like hundreds of classes and functions. Your project often has far less classes.

Right now all are grouped in one view. It would be much better to have them grouped by @package / @category, which would essentially separate your local classes from the framework classes.
Comment 1 Andreas Pakulat 2009-08-26 08:16:25 UTC
I'm not sure this belongs into the classbrowser. Parsing doxygen comments should be part of a doxygen plugin and that one then would need to expose some API to other plugins.