diff options
author | stefan <stefan> | 2012-10-24 19:50:29 +0000 |
---|---|---|
committer | stefan <stefan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2012-10-24 19:50:29 +0000 |
commit | bd911326d17329c6512dcfd4f826c20462518804 (patch) | |
tree | 389727d914de243898e9b4de63abd7713315200a | |
parent | e97109e1edee909991b06aebdec1d54cada8f2ab (diff) | |
download | eeze-bd911326d17329c6512dcfd4f826c20462518804.tar.gz eeze-bd911326d17329c6512dcfd4f826c20462518804.tar.bz2 eeze-bd911326d17329c6512dcfd4f826c20462518804.zip |
Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
Doygen tells us:
warning: Tag `SHOW_DIRECTORIES' at line 507 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 879 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 1065 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
So we are nice and remove them. A yay for the day where we have amerged tree and
not two dozens of Doxyfile.in files floating around.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eeze@78409 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
-rw-r--r-- | doc/Doxyfile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index da43f44..fdbe0e4 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -62,7 +62,6 @@ HIDE_SCOPE_NAMES = NO HIDE_UNDOC_CLASSES = YES HIDE_UNDOC_MEMBERS = YES HIDE_UNDOC_RELATIONS = YES -HTML_ALIGN_MEMBERS = YES HTML_FILE_EXTENSION = .html HTML_FOOTER = @srcdir@/foot.html HTML_HEADER = @srcdir@/head.html |