I'm trying to document Web API controller methods, but I cannot find any information explaining which XML comment tags Help Page supports. It looks like <summary> and <param> tags are supported, but the <remarks> section does not seem to be included in the documentation and the <returns> section is replaced with the duplicate of <summary>. is there any document/white paper/tutorial/etc that would provide a summary of the XML tags supported by the Help Page API? It would be also helpful to know how to reference other topics (methods, etc). I am using Visual Studio 2013 and Microsoft ASP.NET Web API 2.2 Help Page 5.2.3. Thanks.
↧