I am trying to fine a way to generate comments in code from Update Code that follow a specific structure.
I don't want method comments to appear in the C++ header file, I do want class commands to appear there. I want my method comments to has a specific format such that: // Public | Private | Protected // // List of parameters goes here // The function of each parameter goes here // // Description of the method goes here Does any one know of a easy way to do this, currently when I document my code using model assist the documentation is placed in the cpp file as well as the h file. Also there doesn't appear to be any easy way to set the comment for each attribute of a method call seperatly and hence define my only format for a method comment. Thanks in advance for your help Rathe Rathe Hollingum Software Engineer Control & Management Group TANDBERG Television Tel: 023 80573424 This email, its content and any attachments is PRIVATE AND CONFIDENTIAL to TANDBERG Television. If received in error please notify the sender and destroy the original message and attachments. ************************************************************************ * 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 *************************************************************************
