----- Original Message -----
Sent: Wednesday, January 30, 2002 2:52
AM
Subject: RE: (ROSE) Comments in the C++
code
Dmitry,
None
of Rose's C++ add-ins (old Rose C++, new ANSI C++, Visual C++) can manage
comments in this format. If you add comments of this type, they will be
ignored by Rose (except for the old Rose C++ add-in which will remove them on
forward engineering unless they are in a preserve=yes
region).
You
will not be able to manage comments using this style in
Rose.
Yours,
Greg Buhtz -- Rose Technical Support
-----Original Message-----
From: D. Polutov
[mailto:[EMAIL PROTECTED]]
Sent: Monday, January 28, 2002 9:07
AM
To: [EMAIL PROTECTED]
Subject: (ROSE) Comments in
the C++ code
Hello !
I try to generate the C++ headers and
code templated with the Rational Rose 2001,
but must use the documenting tools
like a javadoc or
doxygen. Can i wrap the comments this
way:
Can i do that with the help of Rose
?
/**
* Get the
system identifier for this input source.
*
* <p>If the system ID is a URL, it will be fully
resolved.</p>
*
* @return
The system identifier.
*/
Thank you in advance,
best regards,
Dmitry
Polutov.