Book a Demo

Author Topic: import delphi source without documentation  (Read 11747 times)

dorival

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
import delphi source without documentation
« on: February 07, 2012, 04:30:27 am »
Hello,
I have a problem importing the documentation of Delphi source code.
if I generate a source code for Delphi from EA (version 8), information from field notes of the attribute are exported as follows:

Code: [Select]
/ / my documentation on the attribute bla bla bla ....
attribute: integer;

But if I import a source code containing this note, the EA does not write anything in the field notes.
 How do I import my sources and maintain documentation on each attribute or method?
 thanks for the help me.