Hi,

Rose Ansi C++ can generate documention for operation parameter e.g.
    //##Documentation
    //## Set width for shape
    void setWidth(
      //##Documentation
      //## New width for shape
      int width = 0);

The   //##Documentation
      //## xxxx
is the format that it generates comments in the header file ONLY.

Rose VC++ generates the comments to the .cpp as well but i cannot get
operation paramters to be commented...e.g.
//Set width for shape
  void setWidth(int width = 0);

Any ideas how to enable this or to specify a template how you want
documention to be generated ?

Morn� Joubert

Software Engineer :www.ttpcom.com

************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*    To: [EMAIL PROTECTED]
*    Subject: <BLANK>
*    Body: unsubscribe rose_forum
*************************************************************************

Reply via email to