summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2015-04-25 16:57:06 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2015-04-25 16:57:06 +0000
commitadb63efc6f30f0ab6ab807a156d44fa65e1eeafd (patch)
treec85c2d55c86d55e3527728717dc69c96935609c9 /documentation
parente23bf0b768531c31d344cbb1b1a034f8e9de664d (diff)
Remove obsolete Doxygen settings SHOW_DIRECTORIES and HTML_ALIGN_MEMBERS.
Both variables are obsolete since Doxygen 1.8.1, and both variables had been set to their default values. Hence older Doxygen versions should produce correct results. Tested and confirmed with Doxygen 1.7.3, released Feb 2011. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10717 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Doxybook8
-rw-r--r--documentation/Doxyfile8
2 files changed, 8 insertions, 8 deletions
diff --git a/documentation/Doxybook b/documentation/Doxybook
index b445c84c2..005976da5 100644
--- a/documentation/Doxybook
+++ b/documentation/Doxybook
@@ -458,8 +458,8 @@ SHOW_USED_FILES = YES
# If the sources in your project are distributed over multiple directories
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
# in the documentation. The default is NO.
-
-SHOW_DIRECTORIES = NO
+# obsolete since doxygen 1.8.1
+# SHOW_DIRECTORIES = NO
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
# This will remove the Files entry from the Quick Index and from the
@@ -810,8 +810,8 @@ HTML_STYLESHEET = src/html_stylesheet.css
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to
# NO a bullet list will be used.
-
-HTML_ALIGN_MEMBERS = YES
+# obsolete since doxygen 1.8.1
+# HTML_ALIGN_MEMBERS = YES
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
diff --git a/documentation/Doxyfile b/documentation/Doxyfile
index c53b755c8..126371416 100644
--- a/documentation/Doxyfile
+++ b/documentation/Doxyfile
@@ -458,8 +458,8 @@ SHOW_USED_FILES = YES
# If the sources in your project are distributed over multiple directories
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
# in the documentation. The default is NO.
-
-SHOW_DIRECTORIES = NO
+# obsolete since doxygen 1.8.1
+# SHOW_DIRECTORIES = NO
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
# This will remove the Files entry from the Quick Index and from the
@@ -810,8 +810,8 @@ HTML_STYLESHEET =
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to
# NO a bullet list will be used.
-
-HTML_ALIGN_MEMBERS = YES
+# obsolete since doxygen 1.8.1
+# HTML_ALIGN_MEMBERS = YES
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the