xml-documentation
Proper usage of XML inline documentation for derived classes?
While I think I understand why inline XML documentation (i.e. using three slashes - ///) isn\'t working for me, I\'d like to get some guidance on how to work around my \"problem\".[详细]
2023-03-05 16:06 分类:问答DescriptionAttribute vs. <summary> tag for Properties
I\'m writing a Class Library in C# under VS 2005 (I know, get with modern times, but we\'re on a tight budget here).[详细]
2023-02-22 12:26 分类:问答How to tag code in C# XML documentation
I have this function: public static string Join(this IEnumerable<string> strings, string separator)[详细]
2023-02-13 12:26 分类:问答Conventions For Summary And Parameter Text?
For writing summary and parameter text, is there a best practice for how much detail you have to get into, whether or not to use complete sentences, or whatever?I\'m just looking for some good habits[详细]
2023-02-10 22:17 分类:问答Documenting incomplete object graph of DTO object [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-02-09 00:24 分类:问答using see cref with < > characters in XML Documentation? [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: How to reference generic classes and methods in xml documentation[详细]
2023-02-07 01:19 分类:问答Why won't XML DOC comments in a C++ header generate output?
I have a C++ project that creates a DLL, let\'s call it my.dll. Along with it I supply a header named my.h which contains declarations of the functions exported from my.dll. The source code of my.dll[详细]
2023-01-24 15:47 分类:问答XML Documentation for dependency properties
What is the best way to document a dependency property? Should I put the xml documentation on the field:[详细]
2023-01-22 08:53 分类:问答Where do I find field length limits for the Google AdWords API?
I am having to use the Google AdWords API for a project开发者_开发百科, I have large chunks working but I am getting frustrated with the documentation. For example I know that a TextAd headline field[详细]
2023-01-20 20:28 分类:问答Free Visual Studio XML Documentation Authoring Tool [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-18 05:42 分类:问答