Hi Dimitri.

Thanks for your answer to this and the other mail.

Ok, then I will ignore these issues for now and wait for the update.

Kind regards,
Stefan.

-----Original Message-----
From: Dimitri Van Heesch [mailto:doxy...@gmail.com]
Sent: Donnerstag, 5. Juli 2012 20:15
To: Stefan Ludewig
Cc: doxygen-users@lists.sourceforge.net
Subject: Re: [Doxygen-users] List inherited members over multiple
inheritance levels


On Jul 5, 2012, at 16:13 , Stefan Ludewig wrote:

> 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?

This is a bug and should be corrected in the next subversion update.

Regards,
  Dimitri

------------------------------------------------------------------------------
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

Reply via email to