Generating code comments (C++ code)
ACS generates code comments.
ACS generates the text of an item's Description property as a comment that precedes the code generated for that item. Each line of the Description is generated as a separate comment.
For example, the Description property of Class1 is set to 'Description of Class1'. If you generate Class1, the header file contains the Description as a comment.
Modeler
Code
//Description of Class1
class Class1
{
};