[Doxygen-users] Inheritance by non-documented classes
Brought to you by:
dimitri
From: Sebastien L. <slo...@gm...> - 2014-09-23 06:22:28
|
Hi, I have the following example: /// this class is documented struct documented{}; struct hidden : public documented {}; setting HIDE_UNDOC_CLASSES = YES Then in the documentation page of `documented` I can see: Inherited by hidden. Is it expected or is it a bug? Tested with 2eece646. Thanks, Sebastien. |