Book a Demo

Author Topic: C++ Operation Notes location  (Read 2741 times)

benoitkm

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
C++ Operation Notes location
« on: February 27, 2006, 06:26:00 am »
The company I work for has C++ coding standards which specify that operation notes be located in the header file.  EA code generation puts the notes in the cpp file.  Is it possible to tell EA to place orginal operation notes in the header instead of the cpp? And, if this is done will notes updated in the source be updated in EA during a syncronization process?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: C++ Operation Notes location
« Reply #1 on: February 27, 2006, 01:14:22 pm »
Check Tools | Options | C++ | Method notes in Header.
Uncheck Tools | Options | C++ | Method notes in Implementation.

These options effect where EA reads comments from when reverse engineering (header overrides implementation if both are selected and have a comment) and where notes are generated, and finally which notes are synchronised.

benoitkm

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: C++ Operation Notes location
« Reply #2 on: February 28, 2006, 01:09:11 pm »
That worked great!  

Thanks,