diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2012-10-24 19:50:29 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2012-10-24 19:50:29 +0000 |
commit | 527f17abca0f4b59921ef60535578d4466ed44b5 (patch) | |
tree | 25e198b6a374a0ccc576443804c68d41900b0d8d /doc | |
parent | 595ddfd3c9ea6a00e9341001b16df9e0e828a54c (diff) | |
download | enlightenment-527f17abca0f4b59921ef60535578d4466ed44b5.tar.gz |
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.
SVN revision: 78409
Diffstat (limited to 'doc')
-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 03d2d90e0d..20d2d3e810 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -10,7 +10,6 @@ HTML_FILE_EXTENSION = .html HTML_HEADER = @srcdir@/head.html HTML_FOOTER = @srcdir@/foot.html HTML_STYLESHEET = @srcdir@/e.css -HTML_ALIGN_MEMBERS = YES ENUM_VALUES_PER_LINE = 1 GENERATE_HTMLHELP = NO CHM_FILE = |