logo       

Re: Doxygen v1.3-rc3 and Rational Rose: msg#00057

text.doxygen.general

Subject: Re: Doxygen v1.3-rc3 and Rational Rose

On Thu, Feb 13, 2003 at 07:48:37PM -0800, Limech wrote:
> Hello all.
>
> The change log indicates:
> "Added support for comment blocks generated by
> Rational Rose's ANSI C++ code generator."
>
> However, after running Doxygen on Rose generated code,
> the documentation did not get picked up.
> Should I be doing something different?

No, the example below works fine for me (with a default config file).
(You can run doxygen with "-d CommentCnv" to see what doxygen makes from
the rose comments).

> This is what my code looks like:
> //##ModelId=3E4C635802BB
> //##Documentation
> //## This is my class.
> class MyClass
> {
> public:
> //##ModelId=3E4C638C013A
> //##Documentation
> //## This is my function.
> //## \param size This is the argument.
> //## \return Returns an int.
> int myFunction(int size);
>
> private:
> //##ModelId=3E4C637F0145
> //##Documentation
> //## This is my attribute.
> int _myAttribute;
> };

Regards,
Dimitri


-------------------------------------------------------
This SF.NET email is sponsored by: FREE SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise