There seems to be a bug in Doxygen 1.8.4. In my documentation I have a class that inherits from a base class and an interface. The program code is C#.
Anyway, in the documentation for this class, it shows expandable sections with the inherited members from the base class and from the interface.
However, it doesn't show the inherited functions at all from either the base class or the interface.
Is there an option somewhere that I've missed or is this indeed a bug?
Log in to post a comment.
There seems to be a bug in Doxygen 1.8.4. In my documentation I have a
class that inherits from a base class and an interface. The program code is
C#.
Anyway, in the documentation for this class, it shows expandable sections
with the inherited members from the base class and from the interface.
However, it doesn't show the inherited functions at all from either the base
class or the interface.
Is there an option somewhere that I've missed or is this indeed a bug?