From: Antonio Ospite Date: Mon, 17 Sep 2012 08:10:07 +0000 (+0200) Subject: doc: update Doxygen configuration X-Git-Tag: v0.1.3~15 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/1aebbb720bc06b620f27b9caa12a9d33e22a9544?hp=1aebbb720bc06b620f27b9caa12a9d33e22a9544 doc: update Doxygen configuration Use "doxygen -s -u doc/Doxyfile.in"; the update fixes some warnings when building the documentation with Doxygen 1.8: warning: Tag `SHOW_DIRECTORIES' at line 79 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 `HTML_ALIGN_MEMBERS' at line 149 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 `USE_INLINE_TREES' at line 176 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" ---