Skip to content

Inheritance by non-documented classes shows the name of the undocumented class (Origin: bugzilla #738840) #5661

@doxygen

Description

@doxygen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions