doc: Clean up Doxyfile for doxygen 1.8.6
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 15 Nov 2014 12:46:26 +0000 (13:46 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 19 Nov 2014 19:00:52 +0000 (19:00 +0000)
commit72a0cd4e111e82e7f4043e2fd08c4c17b85b0494
treec1ba6991255981b173534df0c155dfe0b6e495b8
parent987d2e4c7728193c2ea3d7a0a10d765c9480ae3c
doc: Clean up Doxyfile for doxygen 1.8.6

Latest stable is v1.8.8, but Ubunu Trusty (which we now use on the
Jenkins slave that generates our documentation) ships doxygen v1.8.6.
Time to migrate away from 1.7.x stuff.

Warnings:

 Tag `SYMBOL_CACHE_SIZE' at line 84 of file maintenance/Doxyfile has become obsolete.
 Tag `SHOW_DIRECTORIES' at line 118 of file maintenance/Doxyfile has become obsolete.
 Tag `HTML_ALIGN_MEMBERS' at line 226 of file maintenance/Doxyfile has become obsolete.
 Tag `USE_INLINE_TREES' at line 253 of file maintenance/Doxyfile has become obsolete.

Regenerated with:

 $ doxygen -u -s ./maintenance/Doxyfile

Which automatically added new configurations settings, removed
obsolete ones, migrated formatting to their new standard.

Change-Id: I372ea06c439762578cb4c68686344eb446925c04
maintenance/Doxyfile