Book a Demo

Author Topic: Reverse Engineering Comments  (Read 2176 times)

Sean Kearon

  • EA User
  • **
  • Posts: 126
  • Karma: +0/-0
    • View Profile
Reverse Engineering Comments
« on: March 16, 2004, 08:00:39 am »
We use C# and NaturalDocs (http://www.naturaldocs.org) to produce documentation from the source comments.  The comments look something like:

// Method: DoSomething
// Waffle about the method and its params here.
public void DoSomething()
{}

I'd like to be able to import these comments back when reverse engineering code.  Is this possible?

Thanks

Sean