Book a Demo

Author Topic: Comments When Reverse Engineering C#  (Read 2955 times)

Sean Kearon

  • EA User
  • **
  • Posts: 126
  • Karma: +0/-0
    • View Profile
Comments When Reverse Engineering C#
« on: November 18, 2003, 03:26:19 am »
We use Natural Docs (www.naturaldocs.org) to get documentation from the code comments.  It's a great bit of kit and leaves you with comments that don't render themselves unreadable - unlike the MS xml-style comments (an example below).  However, they don't get imported when we reverse engineer the code.  Is there a way to get EA to import them?

Thanks

Sean


  // Constructor: BoRef
   // Construct a BoRef from a stream (deserialise)
   //
   // Argument:
   // BinaryReader r - A BinaryReader that wraps the stream to read from
   internal BoRef(BinaryReader r)