I have looked at the Suggested related questions but none of them are what I am looking for. As a new developer I am trying hard to follow best practices and documentation is a big one. As I go I am trying to create XML docs in my code. I discovered the GhostDoc plug in which helps speed this up.
My question though is; Is there a commonly excepted standard as to what should be included in the XML. By default I am using <Summary><Param><Returns>
when applicable. Are there others? Should I include author? How? <Patrick></Patrick>
? Is <Remarks>
worth the time?
I would be grateful for any guidance on this. Thank You!