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 | cedf5d0cf9d2fb7ddab43b131d0fe09ebab50424 (patch) | |
tree | a23b7de3e2e7c22f190ddbf5ae332359c5d43366 /legacy/emotion | |
parent | 0647d5d54ce6678696fe3ce992f7e2187114dfa7 (diff) | |
download | efl-cedf5d0cf9d2fb7ddab43b131d0fe09ebab50424.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 'legacy/emotion')
-rw-r--r-- | legacy/emotion/doc/Doxyfile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/legacy/emotion/doc/Doxyfile.in b/legacy/emotion/doc/Doxyfile.in index 907be04f03..823cec8064 100644 --- a/legacy/emotion/doc/Doxyfile.in +++ b/legacy/emotion/doc/Doxyfile.in @@ -11,7 +11,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 = |