Using http://www.asp.net/web-api/overview/creating-web-apis/creating-api-help-pages documentation guide and applied these on each public API controllers
/// <summary>
/// My own description comments
/// </summary>
but somehow NONE of my Summaries comments do get picked up by the XML generator ApiExplorer.
Any thoughts??