Textual inheritance descriptions

View: New views
2 Messages — Rating Filter:   Alert me  

Textual inheritance descriptions

by Tomas Junnonen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Is there any way to get Doxygen to generate a Qt style[1] textual description of the class inheritance instead of the usual class graphs. Like this:

   The QAbstractAnimation class is the base of all animations. More...

    #include <QAbstractAnimation>

   Inherits QObject.
   Inherited by QAnimationGroup, QPauseAnimation, and QVariantAnimation.

Regards,
Tomas

[1] http://doc.trolltech.com/4.6-snapshot/qabstractanimation.html


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Doxygen-users mailing list
Doxygen-users@...
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Re: Textual inheritance descriptions

by Dimitri van Heesch-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Tomas,


On 27 okt 2009, at 12:44, Tomas Junnonen wrote:

> Hi,
>
> Is there any way to get Doxygen to generate a Qt style[1] textual  
> description of the class inheritance instead of the usual class  
> graphs. Like this:
>
>    The QAbstractAnimation class is the base of all animations. More...
>
>     #include <QAbstractAnimation>
>
>    Inherits QObject.
>    Inherited by QAnimationGroup, QPauseAnimation, and  
> QVariantAnimation.
>

Yes, this is done with the following settings:
CLASS_DIAGRAMS = NO
HAVE_DOT       = NO

Regards,
   Dimitri


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Doxygen-users mailing list
Doxygen-users@...
https://lists.sourceforge.net/lists/listinfo/doxygen-users