Description
After updating yesterday, can't compile in doxy, and occur error message.
Warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 946 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 954 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Error: tag HTML_FOOTER: footer file `../src/site/doxy/license_notice_footer.txt' does not exist
I compile another directory not root.(eg: apache-log4cxx/build is my build root and then ../configure && make).
this environment may occurr above error message.
so need to change in Doxyfile.in
HTML_FOOTER = ../src/site/doxy/license_notice_footer.txt
to
HTML_FOOTER = @base_dir@/src/site/doxy/license_notice_footer.txt