Questions tagged [xml-documentation]

XML documentation is the way to generate automatic documentation from comments inside the code, to an XML formatted file that can be shown with any method, for e.g. a web page.

XML documentation are comments that form the documentation for C# programs. They are so called because they contain nested XML fragments. See Microsoft's XML Documentation Comments (C# Programming Guide) for more details.

391 questions
-3
votes
1 answer

Error in XML documentation after adding sample code

I am trying to write some documentation for an API I wrote. The C# compiler does not generate documentation for this particular method. It says that the XML documentation is ill-formed. Could you please help me identify where it is ill-formed? I…
Water Cooler v2
  • 32,724
  • 54
  • 166
  • 336
1 2 3
26
27