1
Uml Process / 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
, information from field notes of the attribute are exported as follows:
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.
I have a problem importing the documentation of Delphi source code.
if I generate a source code for Delphi from EA (version
, 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.