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 | 06d7cb8a1db00f830884e4fbde7a9ceb9388a2df (patch) | |
tree | a4641aa5476a7dd0fcd3a148bb750a6a1e2a556c | |
parent | f0d05bcd04e06557f7b52c843a6780f637e356ca (diff) |
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
-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 7cb9ed41b..7ad725997 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in | |||
@@ -10,7 +10,6 @@ HTML_FILE_EXTENSION = .html | |||
10 | HTML_HEADER = @srcdir@/head.html | 10 | HTML_HEADER = @srcdir@/head.html |
11 | HTML_FOOTER = @srcdir@/foot.html | 11 | HTML_FOOTER = @srcdir@/foot.html |
12 | HTML_STYLESHEET = @srcdir@/e.css | 12 | HTML_STYLESHEET = @srcdir@/e.css |
13 | HTML_ALIGN_MEMBERS = YES | ||
14 | ENUM_VALUES_PER_LINE = 1 | 13 | ENUM_VALUES_PER_LINE = 1 |
15 | GENERATE_HTMLHELP = NO | 14 | GENERATE_HTMLHELP = NO |
16 | CHM_FILE = | 15 | CHM_FILE = |