summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-04-12 03:03:07 +0200
committerGravatar Nikias Bassen2022-04-12 03:03:07 +0200
commit7a0aedc97c66025d678afee66e735b6e3dcf0b9c (patch)
tree9ca57999eb4c5d5e69b81deff88a9e63b5bf68a7
parent854ab9a5d9d04fb884459c5092f6620faa99673b (diff)
downloadlibimobiledevice-7a0aedc97c66025d678afee66e735b6e3dcf0b9c.tar.gz
libimobiledevice-7a0aedc97c66025d678afee66e735b6e3dcf0b9c.tar.bz2
Suppress some doxygen warnings by removing obsolete entries from config file
-rw-r--r--doxygen.cfg.in54
1 files changed, 2 insertions, 52 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 12b4ea2..b099b42 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -93,14 +93,6 @@ ALLOW_UNICODE_NAMES = NO
93 93
94OUTPUT_LANGUAGE = English 94OUTPUT_LANGUAGE = English
95 95
96# The OUTPUT_TEXT_DIRECTION tag is used to specify the direction in which all
97# documentation generated by doxygen is written. Doxygen will use this
98# information to generate all generated output in the proper direction.
99# Possible values are: None, LTR, RTL and Context.
100# The default value is: None.
101
102OUTPUT_TEXT_DIRECTION = None
103
104# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 96# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
105# descriptions after the members that are listed in the file and class 97# descriptions after the members that are listed in the file and class
106# documentation (similar to Javadoc). Set to NO to disable this. 98# documentation (similar to Javadoc). Set to NO to disable this.
@@ -253,12 +245,6 @@ TAB_SIZE = 8
253 245
254ALIASES = 246ALIASES =
255 247
256# This tag can be used to specify a number of word-keyword mappings (TCL only).
257# A mapping has the form "name=value". For example adding "class=itcl::class"
258# will allow you to use the command class in the itcl::class meaning.
259
260TCL_SUBST =
261
262# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 248# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
263# only. Doxygen will then generate output that is more tailored for C. For 249# only. Doxygen will then generate output that is more tailored for C. For
264# instance, some of the names that are used will be different. The list of all 250# instance, some of the names that are used will be different. The list of all
@@ -1069,13 +1055,6 @@ VERBATIM_HEADERS = NO
1069 1055
1070ALPHABETICAL_INDEX = NO 1056ALPHABETICAL_INDEX = NO
1071 1057
1072# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
1073# which the alphabetical index list will be split.
1074# Minimum value: 1, maximum value: 20, default value: 5.
1075# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1076
1077COLS_IN_ALPHA_INDEX = 5
1078
1079# In case all classes in a project start with a common prefix, all classes will 1058# In case all classes in a project start with a common prefix, all classes will
1080# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag 1059# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
1081# can be used to specify a prefix (or a list of prefixes) that should be ignored 1060# can be used to specify a prefix (or a list of prefixes) that should be ignored
@@ -1708,7 +1687,7 @@ COMPACT_LATEX = NO
1708# The default value is: a4. 1687# The default value is: a4.
1709# This tag requires that the tag GENERATE_LATEX is set to YES. 1688# This tag requires that the tag GENERATE_LATEX is set to YES.
1710 1689
1711PAPER_TYPE = a4wide 1690PAPER_TYPE = a4
1712 1691
1713# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names 1692# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
1714# that should be included in the LaTeX output. The package can be specified just 1693# that should be included in the LaTeX output. The package can be specified just
@@ -1801,16 +1780,6 @@ LATEX_BATCHMODE = NO
1801 1780
1802LATEX_HIDE_INDICES = NO 1781LATEX_HIDE_INDICES = NO
1803 1782
1804# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1805# code with syntax highlighting in the LaTeX output.
1806#
1807# Note that which sources are shown also depends on other settings such as
1808# SOURCE_BROWSER.
1809# The default value is: NO.
1810# This tag requires that the tag GENERATE_LATEX is set to YES.
1811
1812LATEX_SOURCE_CODE = NO
1813
1814# The LATEX_BIB_STYLE tag can be used to specify the style to use for the 1783# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
1815# bibliography, e.g. plainnat, or ieeetr. See 1784# bibliography, e.g. plainnat, or ieeetr. See
1816# https://en.wikipedia.org/wiki/BibTeX and \cite for more info. 1785# https://en.wikipedia.org/wiki/BibTeX and \cite for more info.
@@ -1891,16 +1860,6 @@ RTF_STYLESHEET_FILE =
1891 1860
1892RTF_EXTENSIONS_FILE = 1861RTF_EXTENSIONS_FILE =
1893 1862
1894# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1895# with syntax highlighting in the RTF output.
1896#
1897# Note that which sources are shown also depends on other settings such as
1898# SOURCE_BROWSER.
1899# The default value is: NO.
1900# This tag requires that the tag GENERATE_RTF is set to YES.
1901
1902RTF_SOURCE_CODE = NO
1903
1904#--------------------------------------------------------------------------- 1863#---------------------------------------------------------------------------
1905# Configuration options related to the man page output 1864# Configuration options related to the man page output
1906#--------------------------------------------------------------------------- 1865#---------------------------------------------------------------------------
@@ -1997,15 +1956,6 @@ GENERATE_DOCBOOK = NO
1997 1956
1998DOCBOOK_OUTPUT = docbook 1957DOCBOOK_OUTPUT = docbook
1999 1958
2000# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
2001# program listings (including syntax highlighting and cross-referencing
2002# information) to the DOCBOOK output. Note that enabling this will significantly
2003# increase the size of the DOCBOOK output.
2004# The default value is: NO.
2005# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2006
2007DOCBOOK_PROGRAMLISTING = NO
2008
2009#--------------------------------------------------------------------------- 1959#---------------------------------------------------------------------------
2010# Configuration options for the AutoGen Definitions output 1960# Configuration options for the AutoGen Definitions output
2011#--------------------------------------------------------------------------- 1961#---------------------------------------------------------------------------
@@ -2233,7 +2183,7 @@ DOT_NUM_THREADS = 0
2233# The default value is: Helvetica. 2183# The default value is: Helvetica.
2234# This tag requires that the tag HAVE_DOT is set to YES. 2184# This tag requires that the tag HAVE_DOT is set to YES.
2235 2185
2236DOT_FONTNAME = FreeSans 2186DOT_FONTNAME =
2237 2187
2238# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of 2188# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2239# dot graphs. 2189# dot graphs.