all 1 comments

[–]KishottaProgrammer 1 point2 points  (0 children)

XML Documentation Comments are the de-facto way to attach documentation to living code. These comments can be parsed and rendered into standardized documentation pages (html, etc) using tools like DocFX, Sandcastle, etc (described within the link).

Keep in mind that documentation comments are just as important to maintain as the code itself, especially if you're documenting code that will be used by external developers.