Re: [Doxygen-develop] Re: [Doxygen-users] Avoiding repeated documentation on inherited members?
Brought to you by:
dimitri
From: Morten E. <mo...@si...> - 2002-08-08 09:45:46
|
* Morten > So, is there any way to accomplish this -- ie don't include > overridden methods in the output _if_ they just use the doc of the > same method in the superclass? * Dimitri > INHERIT_DOCS = NO should do that if I understand you correctly. That's what I thought too from reading the Doxygen documentation, but there are two major inconveniences of how that works: - the inherited/overridden methods are *still* present in the output, but only for the class reference summary at the top (which I would still like to avoid to have minimal clutter for the application programmer who's using the library API) - Doxygen suddenly spews out a zillion warnings for all the undocumented, inherited/overridden methods (Actually, there doesn't seem to be any real advantage to using INHERIT_DOCS=NO in any setting..? Is this perhaps because the drawbacks mentioned above are bugs?) Best regards, Morten |