Re: [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 18:06:27
|
> >Sorry, found it. Wordy but works. > > \verbatim<myTagName>\endverbatim I still have a few remaining warnings to kill when including a text file containing xml code. Shouldn't the html/xml tags be ignored in an include command? Fiile: pageConfig.doc \include configuration.xml.txt File: configuration.xml/txt <?xml version="1.0" encoding="utf-8"?> <!-- File: configuration.xml --> <configuration> <videoSources> </videoSources> </configuration> I tried a \verabtim and \endverbatim at the top and end of the included file. Any tips or suggestions? Thanks, -Ed > > > > On May 13, 2011, at 12:37 PM, Ed Sutton wrote: > >> 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 >> >> >> ------------------------------------------------------------------------------ >> Achieve unprecedented app performance and reliability >> What every C/C++ and Fortran developer should know. >> Learn how Intel has extended the reach of its next-generation tools >> to help boost performance applications - inlcuding clusters. >> http://p.sf.net/sfu/intel-dev2devmay >> _______________________________________________ >> Doxygen-users mailing list >> Dox...@li... >> https://lists.sourceforge.net/lists/listinfo/doxygen-users > > > -Ed > -Ed |