a @category tag would help to logically group stuff rather than only by the unit it comes from. Sometimes it just isn't possible to move code that belongs together into the same unit, for example if you are using 3rd party libraries (documented with pasdoc) and in addition have your own code.
Logged In: YES
user_id=32619
How would you use the categories? Would you want a new html page with categories and links to units in those categories, classes in those categories etc?
I think it would help if you could make up some fake output this would create.
What exactly should such a tag do, what kind of output should be associated with it?
You already can create sections in the overview file, containing groups of links to all related items.
DoDi