[Doxygen-users] How to prevent warning: Unsupported xml/html tag <myTagName> found ?
Brought to you by:
dimitri
From: Ed S. <ES...@fe...> - 2011-05-13 17:54:50
|
I am trying to document the xml configuration file syntax. The following documentation text: The system configuration file begins with a root element named <b><configuration></b> which contains a number of child elements as seen in the example below: generates the following warning: pageConfiguration.doc:60: warning: Unsupported xml/html tag <configuration> found What is the best way to let Doxygen know I want "<myTagName>" to be part of the documentation output? Thanks in advance, -Ed |