Blame SOURCES/bz1434529-6-Remove-deprecated-doxygen-flags.patch

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