Book a Demo

Author Topic: Importing comments with C++ source  (Read 2632 times)

danS

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Importing comments with C++ source
« on: January 06, 2006, 01:56:29 am »
I have imported some C++ code into EA. There are doxygen comments for the classes and members which is valid doxygen beginning with ///.

The notes for the classes and attributes are filled from the comments in the EA model, but there is no information about the methods and parameters.

Is there a way to get the notes about the methods imported?

thanks

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Importing comments with C++ source
« Reply #1 on: January 08, 2006, 01:01:57 pm »
There are options on the C++ page that could be causing this.

Go to Tools | Option | C++.  Make sure that 'Method Notes in Header' or 'Method Notes in Implementation' is true.  They determine where EA looks for method notes when parsing.

danS

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Importing comments with C++ source
« Reply #2 on: January 09, 2006, 01:28:23 am »
Thanks Simon, that solves the problem.