Grammatica - Bugs: bug #7873, Generate and use C# XML...
You are not allowed to post comments on this tracker with your current authentication level.
bug #7873: Generate and use C# XML documentation comments
Submitter: | Daniel Cazzulino <dcazzulino> | ||
Submitted: | Tue 24 Feb 2004 01:51:56 PM UTC | ||
Severity: | 5 - Major | Item Group: | Future Improvement |
Status: | None | Assigned to: | None |
Open/Closed: | Open |
Thu 26 Feb 2004 10:22:25 AM UTC, comment #1: |
Per Cederberg <cederberg>![]() |
Tue 24 Feb 2004 01:51:56 PM UTC, original submission:
Instead of the C#-unfriendly javadoc documentation comments, the corresponding C# versions should be generated and used throughout the C# version of the parser generator. |
Daniel Cazzulino <dcazzulino> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Personally, I'm not convinced of the inherent goodness of XML as a source code commenting language. So, in essence, that is the reason for the comments currently being in Javadoc-style (apart from saving the trouble of porting them).
Now, in a future version I realize that the C# XML-style comments are needed, at least as an option. Maybe the new XML-style should be the default, but the old Javadoc must still remain for backwards compability. (And for compability with tools that use this comment style.)