Book a Demo

Author Topic: Reverse engineer Delphi parameter notes?  (Read 2376 times)

lasinsa

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Reverse engineer Delphi parameter notes?
« on: August 28, 2008, 05:36:38 pm »
I have been asked to evalute EA to support existing Delphi and C++ applications. One of the requirements is the ability to import the operation parameter comments. I have been able to do this for C++, but am unable to successfully reverse engineer operation parameter comments from Delphi.  Is this possible in EA?

Thanks and regards,
Lee

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Reverse engineer Delphi parameter notes?
« Reply #1 on: August 29, 2008, 08:46:37 am »
The parser appears to process delphi comments the same as .Net XML comments.

lasinsa

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Reverse engineer Delphi parameter notes?
« Reply #2 on: August 29, 2008, 07:08:16 pm »
Thanks.