From b252013e42007ea7284ae54d035a30ca40f20fc0 Mon Sep 17 00:00:00 2001 From: Richard B Winters Date: Thu, 23 Apr 2015 18:35:22 -0400 Subject: [PATCH] Remove deprecated doxygen flags Running 'doxygen -u Doxyfile.in' in the source root produces the following results: - SYMBOL_CACHE_SIZE at line 301 has become obsolete. This tag has been removed. - SHOW_DIRECTORIES at line 507 has become obsolete. This tag has been removed. - HTML_ALIGN_MEMBERS at line 881 has become obsolete. This tag has been removed. - USE_INLINE_TREES at line 1067 has become obsolete. This tag has been removed. - XML_SCHEMA at line 1311 has become obsolete. This tag has been removed. - XML_DTD at line 1317 has become obsolete. This tag has been removed. Signed-off-by: Richard B Winters Reviewed-by: Jan Friesse (cherry picked from commit c3775f9dad34e833e8eb3cde7db3b9fb281dee52) --- Doxyfile.in | 45 --------------------------------------------- 1 files changed, 0 insertions(+), 45 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index d300fc8..c3340e0 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -284,22 +284,6 @@ SUBGROUPING = YES TYPEDEF_HIDES_STRUCT = NO -# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to -# determine which symbols to keep in memory and which to flush to disk. -# When the cache is full, less often used symbols will be written to disk. -# For small to medium size projects (<1000 input files) the default value is -# probably good enough. For larger projects a too small cache size can cause -# doxygen to be busy swapping symbols to and from disk most of the time -# causing a significant performance penalty. -# If the system has enough physical memory increasing the cache will improve the -# performance by keeping more symbols in memory. Note that the value works on -# a logarithmic scale so increasing the size by one will roughly double the -# memory usage. The cache size is given by this formula: -# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, -# corresponding to a cache size of 2^16 = 65536 symbols - -SYMBOL_CACHE_SIZE = 0 - #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- @@ -500,12 +484,6 @@ MAX_INITIALIZER_LINES = 30 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 - # 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 # Folder Tree View (if specified). The default is YES. @@ -874,12 +852,6 @@ HTML_COLORSTYLE_GAMMA = 80 HTML_TIMESTAMP = YES -# 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 - # 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 # page has loaded. For this to work a browser that supports @@ -1061,11 +1033,6 @@ ENUM_VALUES_PER_LINE = 4 GENERATE_TREEVIEW = NO -# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, -# and Class Hierarchy pages using a tree view instead of an ordered list. - -USE_INLINE_TREES = NO - # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree # is shown. @@ -1304,18 +1271,6 @@ GENERATE_XML = NO XML_OUTPUT = xml -# The XML_SCHEMA tag can be used to specify an XML schema, -# which can be used by a validating XML parser to check the -# syntax of the XML files. - -XML_SCHEMA = - -# The XML_DTD tag can be used to specify an XML DTD, -# which can be used by a validating XML parser to check the -# syntax of the XML files. - -XML_DTD = - # If the XML_PROGRAMLISTING tag is set to YES Doxygen will # dump the program listings (including syntax highlighting # and cross-referencing information) to the XML output. Note that -- 1.7.1