Building documentation w/ doxygen version 1.8.8 or greater will produce warning
message:
"make[1]: Entering directory '[FDRPG ROOT]/doc'
doxygen Doxyfile
Warning: Tag `XML_SCHEMA' at line 1835 of file `Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration
file or upgrade it using "doxygen -u"
Warning: Tag `XML_DTD' at line 1841 of file `Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration
file or upgrade it using "doxygen -u"
make -C manual doc
make[2]: Entering directory '[FDRPG ROOT]/doc/manual'
doxygen Doxyfile
Warning: Tag `XML_SCHEMA' at line 1835 of file `Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration
file or upgrade it using "doxygen -u"
Warning: Tag `XML_DTD' at line 1841 of file `Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration
file or upgrade it using "doxygen -u"
make[2]: Leaving directory '[FDRPG ROOT]/doc/manual'
make -C tools doc
make[2]: Entering directory '[FDRPG ROOT]/doc/tools'
doxygen Doxyfile
Warning: Tag `XML_SCHEMA' at line 1835 of file `Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration
file or upgrade it using "doxygen -u"
Warning: Tag `XML_DTD' at line 1841 of file `Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration
file or upgrade it using "doxygen -u"
"
|