Book a Demo

Author Topic: Import source code with comments reversed  (Read 2256 times)

Alex.csw

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Import source code with comments reversed
« 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

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Import source code with comments reversed
« Reply #1 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.