status NEW severity normal in component general for ---
Reported in version 1.8.6-GIT on platform Other
Assigned to: Dimitri van Heesch
Original attachment names and IDs:
On 2014-10-20 06:58:52 +0000, Sebastien Loriot wrote:
Created attachment 288882
test case
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.