Author Topic: .NET XML Comments  (Read 3893 times)

bvyn

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
.NET XML Comments
« on: March 01, 2006, 02:41:03 pm »
Are there any plans to extend the .NET XML Comments (in code generation/synchronization) to include some more of the tags now supported?

One of the tags I'm primarily interested in at the moment is the <exception> tag.  What I'm hoping for is that when I add a "throws" tagged item to an operation in EA that it could generate a related XML comment.  I could modify the code generation template, but changes are currently lost if I try re-synchronizing with existing code / comments.

The following web-site outlines the currently supported tags:  http://www.developer.com/xml/article.php/3377051

Any comments / suggestions would be greatly appreciated.