Issue807

Title Deprecation warning from Doxygen
Priority important Status rejected
Assigned To Keywords documentation
Linked issues Watchers

Submitted on 2015-05-10 20h02 by digifuzzy, last changed by digifuzzy.

Messages
Author: digifuzzy Date: 2015-05-10   20h02
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"
"
Author: digifuzzy Date: 2015-05-10   20h03
NOTE: unable to add "documentation" to keywords list
Author: fluzz Date: 2015-05-11   15h26
The "documentation" keyword has been added.
Author: digifuzzy Date: 2015-05-11   23h50
Thx, Fluzz!
History
Date User Action Args
2015-10-13 19:42:49digifuzzysetstatus: open -> rejected
2015-05-11 23:50:28digifuzzysetmessages: + msg3161
2015-05-11 23:50:11digifuzzysetkeyword: + documentation
2015-05-11 15:26:08fluzzsetmessages: + msg3160
2015-05-10 20:03:07digifuzzysetmessages: + msg3159
2015-05-10 20:02:42digifuzzycreate