Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Alex.csw on April 02, 2008, 03:08:01 am

Title: Import source code with comments reversed
Post by: Alex.csw on April 02, 2008, 03:08:01 am
Is it possible for EA to correct import comments that are inserted after class and method definition?

Example:
class MyClass
      //: This class bla bla bla
      //. bla bla bla.
{
public:
      MyMethod(void);
            //: MyMethod do bla bla bla
            //. bla bla bla.
...
};

Thank you,
  Alex
Title: Re: Import source code with comments reversed
Post by: Eve on April 02, 2008, 08:26:08 am
No, I'm afraid that EA only looks for comments immediately before classes and operations.  Attributes can also get single line comments on the same line as the attribute.