RE: [Doxygen-users] Feature Req: show inherited members w/ class docs
Brought to you by:
dimitri
From: Ted D. <The...@jp...> - 2001-12-10 17:36:55
|
Here's the scenario: We use an automated tool to generate a Python language binding for a subset of our c++ (subset of classes and subset of methods in classes). We use a doxygen preprocessing script to identify these methods and filter so that the generated docs only contain the classes and functions available in the scripting language. Our users (i.e. not "real" programmers ) use Python to script our applications. If they're looking at the docs for class Derived, and it has methods available, they should be listed in the Derived docs, not in the docs on a separate page (show all members). They really don't care whether a function is implemented in a base class or a derived class. Ted At 12/10/2001 09:12 AM, Morgenthaler, Germar wrote: >Hi Ted, > > > I'd like to request an option in the config file to show all > > inherited members with a derived class. > >What's wrong with the "List of all members" link in the >class reference page? > >_______________________________________________ >Doxygen-users mailing list >Dox...@li... >https://lists.sourceforge.net/lists/listinfo/doxygen-users Ted Drain Jet Propulsion Laboratory ted...@jp... |