]> git.tuebingen.mpg.de Git - osl.git/commit
web: Update Doxyfile.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 13 Jan 2016 14:12:02 +0000 (15:12 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 25 Feb 2016 10:36:36 +0000 (11:36 +0100)
commit785e5aadde849a0060efa74f56ede8a218756a81
tree91ff59e1da13f5cca5318dc8a1b0de4ea020dff1
parent68a685ff6ad011ec3042da8e19c53c10997fa5da
web: Update Doxyfile.

This file was created long ago with doxygen version 1.5.4. The system
on which the public web pages are generated runs Ubuntu 14.04 which
ships doxygen-1.8.6. This doxygen version complains as follows:

Warning: Tag `DETAILS_AT_TOP' at line 162 of file web/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 424 of file web/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 727 of file web/Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"

This patch is the result of running doxygen -u web/Doxyfile. With the
updated file the above warnings go away, and the pages look identical.
web/Doxyfile