anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
34 stars 2 forks source link

obsolete settings are not marked #187

Closed anb0s closed 7 years ago

anb0s commented 7 years ago

With doxygen 1.8.13 i see an ouput like this:

warning: Tag USE_WINDOWS_ENCODING' at line 64 of fileC:\Users\kenobi\dev\eclipse\eclox\eclox.ui\doc\eclox.ui.doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag DETAILS_AT_TOP' at line 156 of fileC:\Users\kenobi\dev\eclipse\eclox\eclox.ui\doc\eclox.ui.doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag SHOW_DIRECTORIES' at line 390 of fileC:\Users\kenobi\dev\eclipse\eclox\eclox.ui\doc\eclox.ui.doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag HTML_ALIGN_MEMBERS' at line 674 of fileC:\Users\kenobi\dev\eclipse\eclox\eclox.ui\doc\eclox.ui.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_SCHEMA' at line 906 of fileC:\Users\kenobi\dev\eclipse\eclox\eclox.ui\doc\eclox.ui.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 912 of fileC:\Users\kenobi\dev\eclipse\eclox\eclox.ui\doc\eclox.ui.doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag MAX_DOT_GRAPH_WIDTH' at line 1196 of fileC:\Users\kenobi\dev\eclipse\eclox\eclox.ui\doc\eclox.ui.doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag MAX_DOT_GRAPH_HEIGHT' at line 1204 of fileC:\Users\kenobi\dev\eclipse\eclox\eclox.ui\doc\eclox.ui.doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"

but i do not see any markers for them

anb0s commented 7 years ago

Please check testing build from #188