xml-comments
How to auto linewrap comments in .NET?
I\'d like to have a single command to auto-linewrap the XML-style comments in .NET. Example: /// <summary>[详细]
2023-04-09 18:27 分类:问答How to get muli-language (human language) intellisense in .Net
I\'m creating a library (C#, .Net), but I need to distribute it to customers in multiple countries.When you add XML comments to your classes, intellisense picks up the comments out of the assembly and[详细]
2023-04-09 02:04 分类:问答Comment template in VS2010
I have inherited an API which doesn\'t have proper comments, and I am working on changing that. Anyone know if there is some sort of mechanism to add a default XML comments to all the members of a cl[详细]
2023-04-04 19:27 分类:问答How to specify language in xml comment <code> tag
Is there a way to specify what language is being used in the <code> tag used within an <example> tag in XML comments?[详细]
2023-04-04 08:45 分类:问答External comments are included in the reverse order, .Net Visual Studio
ETA: Visual Studio 2010 VB Express edition exhibits the same behaviour. ETA: Visual Studio 2010 C# Express edition does NOT exhibit the same behaviour.[详细]
2023-04-03 18:26 分类:问答Visual Studio - Summary Tag Comments - Optional Params
When specifying summary tag comments, is there a way with the <param> tag to note that a parameter is optional, ie. the client can supply a value or null, such as: <param name=\"Mime\"optiona[详细]
2023-04-02 23:42 分类:问答How to use <include> in external comments.xml file to refer to another member. .Net
I know how to use the <include> keyword from my code to refer to a member in an external comments file. Something like:[详细]
2023-03-30 00:04 分类:问答Is it possible to put all the xml-comments of a solution into one xml-file?
I have a Visual Studio C# solution with 3 different projects in it. In each of the projects开发者_JAVA技巧 I\'ve commented all the code using xml-comments. If I want the comments build into xml, I hav[详细]
2023-03-24 03:24 分类:问答Is it possible to make VS specify the kind of type when building xml-comments?
I\'m trying to create documentation for my code and I\'m using xml-comments for it. When a class is documented like the following:[详细]
2023-03-23 23:01 分类:问答XML Comments - How do you reference a dictionary indexer properly?
As the name states, I have no idea开发者_StackOverflow社区 how to reference a dictionary indexer. Any help here? :)[详细]
2023-03-20 06:06 分类:问答