From adb63efc6f30f0ab6ab807a156d44fa65e1eeafd Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 25 Apr 2015 16:57:06 +0000 Subject: 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 --- documentation/Doxybook | 8 ++++---- documentation/Doxyfile | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation') 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 -- cgit v1.2.3