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.