Hi all.
I have an inheritance structure likethe following:
class A
{
public:
/** foo */
void foo(void);
};
class B : public A
{
};
class C : public B
{
};
INHERIT_DOCS is set to true.
In the generated documentation foo appears in the doc of class A and it
also appears in “Additional Inherited Members” section of class B, but it
does not appear in the “Additional Inherited Members” section of class C.
How can I let it appear in the “Additional Inherited Members” section of
class C, too?
Is this a known bug or am I doing anything wrong?
Thanks, Stefan.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users