tagged [xml-documentation]

Extract xml comments for public members only

Extract xml comments for public members only I'm using xml comments to document public as well as internal and private members of my components. I would like to package the generated documentation xml...

8 Mar at 22:53

Extra blank line displayed from <para></para> and <para /> in VS2015CE, can't get rid of it

Extra blank line displayed from and in VS2015CE, can't get rid of it When I use `` tag in documentation (in form of `` as well) in , I'm getting an extra blank line displayed in IntelliSense tooltip (...

Which C# XML documentation comment tag is used for 'true', 'false' and 'null'?

Which C# XML documentation comment tag is used for 'true', 'false' and 'null'? Which C# XML documentation comment tag is used for the literals `true`, `false` and `null`? In Microsoft's own documentat...

12 Feb at 12:26

The purpose of using both <value> and <summary> tags in Visual Studio XML documentation

The purpose of using both and tags in Visual Studio XML documentation I'm working in C# in VS 2012, adding XML documentation to my code, and I've accidentally turned on a StyleCop rule (SA1609, specif...

9 Apr at 12:20

How can Xml Documentation for Web Api include documentation from beyond the main project?

How can Xml Documentation for Web Api include documentation from beyond the main project? The [documentation](http://www.asp.net/web-api/overview/creating-web-apis/creating-api-help-pages) for enablin...

auto-document exceptions on methods in C#/.NET

auto-document exceptions on methods in C#/.NET I would like some tool, preferably one that plugs into VS 2008/2010, that will go through my methods and add XML comments about the possible exceptions t...

Using Markdown for source code documentation

Using Markdown for source code documentation I am looking for an alternative to C#'s XML source code documentation which introduced by the very nature of XML a lot of noise that is heavy on the eye an...

Referring to a generic type of a generic type in C# XML documentation?

Referring to a generic type of a generic type in C# XML documentation? Writing some XML documentation for a predicate helper class. But I can't figure out I can refer to an `Expression>` without getti...

Using doxygen to create documentation for existing C# code with XML comments

Using doxygen to create documentation for existing C# code with XML comments I've read that doxygen is the way to go for generating documentation for C# code. I've got a single interface that I want t...

Reference operators in XML documentation

Reference operators in XML documentation I would like to reference an operator in a `` [XML documentation](https://msdn.microsoft.com/en-us/library/b2s063f7.aspx) tag, but I can't seem to find any hin...

20 Jun at 09:12

How do I reference a C# keyword in XML documentation?

How do I reference a C# keyword in XML documentation? ``, for example, doesn't work - I get the compilation warning: `XML comment on ... has syntactically incorrect cref attribute 'switch'` --- Contex...

30 Jun at 05:33