diff options
| -rw-r--r-- | documentation/Doxybook | 8 | ||||
| -rw-r--r-- | documentation/Doxyfile | 8 |
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 |
