|
I am trying to Reverse Engineer some code into my model. There is a line in the code which has comments and I want Rhapsody to parse that comment for that element.
This is how the line looks like:
myStruct myarray[2] = {
{ID, status, bytes, 0},
{ID2, status2, bytes2, 1}
}; // my comment goes here
That is the exact way it appears in the code.
I want Rhapsody to pick that comment up and associate it with "myarray".
The only way I got it to work is if the comment is on the line right above the statement or if the entire statement is on one line and the comment is to the right of the statement.
How can I make it work the way it appears above. Are there settings that I can change in the project?
The only setting that I have managed to find and change so far has been:
C_ReverseEngineering-->Implementation Trait-->PreCommentSensibility
I changed it from 2 (default) to 1.
Please advise.
-Sevak
|