Anyone now how to emebed tags in Doxygen help eg. //////////////////////////////////////////////////////////////////////////////////////////////////// /// <summary>Save XML File</summary> /// /// <remarks>The XML file generated will have the following layout: /// /// <results> /// <count>99</count> /// </results> /// /// </remarks> /// //////////////////////////////////////////////////////////////////////////////////////////////////// I've tried <pre>, <code>, <c> and <example> and none of them stop me from getting the following warning: warning: Warning: Unsupported xml/html tag <results> not found warning: Warning: Unsupported xml/html tag <count> not found warning: Warning: Unsupported xml/html tag </count> not found warning: Warning: Unsupported xml/html tag </results> not found
AxisFirst For Business