intl/icu/source/Doxyfile.in

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

michael@0 1 # Doxyfile 1.3.7
michael@0 2 # ********************************************************************
michael@0 3 # * COPYRIGHT:
michael@0 4 # * Copyright (c) 2004-2012, International Business Machines Corporation
michael@0 5 # * and others. All Rights Reserved.
michael@0 6 # ********************************************************************
michael@0 7
michael@0 8 #---------------------------------------------------------------------------
michael@0 9 # Project related configuration options
michael@0 10 #---------------------------------------------------------------------------
michael@0 11 PROJECT_NAME = "ICU @VERSION@"
michael@0 12 PROJECT_NUMBER = @VERSION@
michael@0 13 OUTPUT_DIRECTORY = doc
michael@0 14 CREATE_SUBDIRS = NO
michael@0 15 OUTPUT_LANGUAGE = English
michael@0 16 #USE_WINDOWS_ENCODING = YES
michael@0 17 DOXYFILE_ENCODING = UTF-8
michael@0 18 BRIEF_MEMBER_DESC = YES
michael@0 19 REPEAT_BRIEF = YES
michael@0 20 ABBREVIATE_BRIEF =
michael@0 21 ALWAYS_DETAILED_SEC = NO
michael@0 22 INLINE_INHERITED_MEMB = NO
michael@0 23 FULL_PATH_NAMES = NO
michael@0 24 STRIP_FROM_PATH =
michael@0 25 STRIP_FROM_INC_PATH =
michael@0 26 SHORT_NAMES = NO
michael@0 27 JAVADOC_AUTOBRIEF = YES
michael@0 28 MULTILINE_CPP_IS_BRIEF = NO
michael@0 29 #DETAILS_AT_TOP = NO
michael@0 30 INHERIT_DOCS = YES
michael@0 31 DISTRIBUTE_GROUP_DOC = YES
michael@0 32 TAB_SIZE = 8
michael@0 33 ALIASES = "memo=\par Note:\n" \
michael@0 34 "draft=\xrefitem draft \"Draft\" \"Draft List\" This API may be changed in the future versions and was introduced in" \
michael@0 35 "stable=\xrefitem stable \"Stable\" \"Stable List\"" \
michael@0 36 "deprecated=\xrefitem deprecated \"Deprecated\" \"Deprecated List\"" \
michael@0 37 "obsolete=\xrefitem obsolete \"Obsolete\" \"Obsolete List\"" \
michael@0 38 "system=\xrefitem system \"System\" \"System List\" \n Do not use unless you know what you are doing." \
michael@0 39 "internal=\xrefitem internal \"Internal\" \"Internal List\" Do not use. This API is for internal use only."
michael@0 40
michael@0 41 OPTIMIZE_OUTPUT_FOR_C = YES
michael@0 42 OPTIMIZE_OUTPUT_JAVA = NO
michael@0 43 SUBGROUPING = YES
michael@0 44 #---------------------------------------------------------------------------
michael@0 45 # Build related configuration options
michael@0 46 #---------------------------------------------------------------------------
michael@0 47 EXTRACT_ALL = NO
michael@0 48 EXTRACT_PRIVATE = NO
michael@0 49 EXTRACT_STATIC = NO
michael@0 50 EXTRACT_LOCAL_CLASSES = YES
michael@0 51 EXTRACT_LOCAL_METHODS = NO
michael@0 52 HIDE_UNDOC_MEMBERS = NO
michael@0 53 HIDE_UNDOC_CLASSES = NO
michael@0 54 HIDE_FRIEND_COMPOUNDS = NO
michael@0 55 HIDE_IN_BODY_DOCS = NO
michael@0 56 INTERNAL_DOCS = YES
michael@0 57 CASE_SENSE_NAMES = YES
michael@0 58 HIDE_SCOPE_NAMES = NO
michael@0 59 SHOW_INCLUDE_FILES = YES
michael@0 60 INLINE_INFO = YES
michael@0 61 SORT_MEMBER_DOCS = YES
michael@0 62 SORT_BRIEF_DOCS = NO
michael@0 63 SORT_BY_SCOPE_NAME = NO
michael@0 64 GENERATE_TODOLIST = YES
michael@0 65 GENERATE_TESTLIST = YES
michael@0 66 GENERATE_BUGLIST = YES
michael@0 67 GENERATE_DEPRECATEDLIST= YES
michael@0 68 ENABLED_SECTIONS =
michael@0 69 MAX_INITIALIZER_LINES = 30
michael@0 70 SHOW_USED_FILES = YES
michael@0 71
michael@0 72 # docset
michael@0 73 GENERATE_DOCSET = NO
michael@0 74 DOCSET_FEEDNAME = "ICU @VERSION@"
michael@0 75 DOCSET_BUNDLE_ID = org.icu-project.icu4c
michael@0 76
michael@0 77 #---------------------------------------------------------------------------
michael@0 78 # configuration options related to warning and progress messages
michael@0 79 #---------------------------------------------------------------------------
michael@0 80 QUIET = NO
michael@0 81 WARNINGS = YES
michael@0 82 WARN_IF_UNDOCUMENTED = YES
michael@0 83 WARN_IF_DOC_ERROR = YES
michael@0 84 WARN_FORMAT = "$file:$line: $text"
michael@0 85 WARN_LOGFILE =
michael@0 86 #---------------------------------------------------------------------------
michael@0 87 # configuration options related to the input files
michael@0 88 #---------------------------------------------------------------------------
michael@0 89 INPUT = @srcdir@/common/unicode @srcdir@/i18n/unicode @srcdir@/io/unicode @srcdir@/layout/LEFontInstance.h @srcdir@/layout/LEGlyphStorage.h @srcdir@/layout/LELanguages.h @srcdir@/layout/LEScripts.h @srcdir@/layout/LESwaps.h @srcdir@/layout/LETypes.h @srcdir@/layout/LayoutEngine.h @srcdir@/layoutex/layout
michael@0 90 FILE_PATTERNS = *.h
michael@0 91 RECURSIVE = NO
michael@0 92 EXCLUDE = @srcdir@/common/unicode/urename.h @srcdir@/common/unicode/udraft.h @srcdir@/common/unicode/udeprctd.h @srcdir@/common/unicode/uobslete.h @srcdir@/common/unicode/ppalmos.h
michael@0 93 EXCLUDE_SYMLINKS = NO
michael@0 94 EXCLUDE_PATTERNS = config*.h
michael@0 95 EXAMPLE_PATH = @srcdir@/
michael@0 96 EXAMPLE_PATTERNS =
michael@0 97 EXAMPLE_RECURSIVE = NO
michael@0 98 IMAGE_PATH =
michael@0 99 INPUT_FILTER =
michael@0 100 FILTER_SOURCE_FILES = NO
michael@0 101 #---------------------------------------------------------------------------
michael@0 102 # configuration options related to source browsing
michael@0 103 #---------------------------------------------------------------------------
michael@0 104 SOURCE_BROWSER = YES
michael@0 105 INLINE_SOURCES = NO
michael@0 106 STRIP_CODE_COMMENTS = YES
michael@0 107 REFERENCED_BY_RELATION = YES
michael@0 108 REFERENCES_RELATION = YES
michael@0 109 VERBATIM_HEADERS = YES
michael@0 110 #---------------------------------------------------------------------------
michael@0 111 # configuration options related to the alphabetical class index
michael@0 112 #---------------------------------------------------------------------------
michael@0 113 ALPHABETICAL_INDEX = YES
michael@0 114 COLS_IN_ALPHA_INDEX = 5
michael@0 115 IGNORE_PREFIX =
michael@0 116 #---------------------------------------------------------------------------
michael@0 117 # configuration options related to the HTML output
michael@0 118 #---------------------------------------------------------------------------
michael@0 119 GENERATE_HTML = YES
michael@0 120 HTML_OUTPUT = html
michael@0 121 HTML_FILE_EXTENSION = .html
michael@0 122 HTML_HEADER =
michael@0 123 HTML_FOOTER =
michael@0 124 HTML_STYLESHEET =
michael@0 125 HTML_ALIGN_MEMBERS = YES
michael@0 126 GENERATE_HTMLHELP = NO
michael@0 127 CHM_FILE =
michael@0 128 HHC_LOCATION =
michael@0 129 GENERATE_CHI = NO
michael@0 130 BINARY_TOC = NO
michael@0 131 TOC_EXPAND = NO
michael@0 132 DISABLE_INDEX = NO
michael@0 133 ENUM_VALUES_PER_LINE = 4
michael@0 134 GENERATE_TREEVIEW = NO
michael@0 135 TREEVIEW_WIDTH = 250
michael@0 136 #---------------------------------------------------------------------------
michael@0 137 # configuration options related to the LaTeX output
michael@0 138 #---------------------------------------------------------------------------
michael@0 139 GENERATE_LATEX = NO
michael@0 140 LATEX_OUTPUT = latex
michael@0 141 LATEX_CMD_NAME = latex
michael@0 142 MAKEINDEX_CMD_NAME = makeindex
michael@0 143 COMPACT_LATEX = NO
michael@0 144 PAPER_TYPE = a4wide
michael@0 145 EXTRA_PACKAGES =
michael@0 146 LATEX_HEADER =
michael@0 147 PDF_HYPERLINKS = NO
michael@0 148 USE_PDFLATEX = NO
michael@0 149 LATEX_BATCHMODE = NO
michael@0 150 LATEX_HIDE_INDICES = NO
michael@0 151 #---------------------------------------------------------------------------
michael@0 152 # configuration options related to the RTF output
michael@0 153 #---------------------------------------------------------------------------
michael@0 154 GENERATE_RTF = NO
michael@0 155 RTF_OUTPUT = rtf
michael@0 156 COMPACT_RTF = NO
michael@0 157 RTF_HYPERLINKS = NO
michael@0 158 RTF_STYLESHEET_FILE =
michael@0 159 RTF_EXTENSIONS_FILE =
michael@0 160 #---------------------------------------------------------------------------
michael@0 161 # configuration options related to the man page output
michael@0 162 #---------------------------------------------------------------------------
michael@0 163 GENERATE_MAN = NO
michael@0 164 MAN_OUTPUT = man
michael@0 165 MAN_EXTENSION = .3
michael@0 166 MAN_LINKS = NO
michael@0 167 #---------------------------------------------------------------------------
michael@0 168 # configuration options related to the XML output
michael@0 169 #---------------------------------------------------------------------------
michael@0 170 GENERATE_XML = NO
michael@0 171 XML_OUTPUT = xml
michael@0 172 XML_SCHEMA =
michael@0 173 XML_DTD =
michael@0 174 XML_PROGRAMLISTING = YES
michael@0 175 #---------------------------------------------------------------------------
michael@0 176 # configuration options for the AutoGen Definitions output
michael@0 177 #---------------------------------------------------------------------------
michael@0 178 GENERATE_AUTOGEN_DEF = NO
michael@0 179 #---------------------------------------------------------------------------
michael@0 180 # configuration options related to the Perl module output
michael@0 181 #---------------------------------------------------------------------------
michael@0 182 GENERATE_PERLMOD = NO
michael@0 183 PERLMOD_LATEX = YES
michael@0 184 PERLMOD_PRETTY = YES
michael@0 185 PERLMOD_MAKEVAR_PREFIX =
michael@0 186 #---------------------------------------------------------------------------
michael@0 187 # Configuration options related to the preprocessor
michael@0 188 #---------------------------------------------------------------------------
michael@0 189 ENABLE_PREPROCESSING = YES
michael@0 190 MACRO_EXPANSION = YES
michael@0 191 EXPAND_ONLY_PREDEF = YES
michael@0 192 SEARCH_INCLUDES = YES
michael@0 193 INCLUDE_PATH =
michael@0 194 INCLUDE_FILE_PATTERNS =
michael@0 195 PREDEFINED = U_EXPORT2= U_STABLE= U_DRAFT= U_INTERNAL= U_SYSTEM= U_DEPRECATED= U_OBSOLETE= U_CALLCONV= U_CDECL_BEGIN= U_CDECL_END= U_NO_THROW=\ "U_NAMESPACE_BEGIN=namespace icu{" "U_NAMESPACE_END=}" U_HAVE_STD_STRING=1 U_SHOW_CPLUSPLUS_API=1 U_DEFINE_LOCAL_OPEN_POINTER()= U_IN_DOXYGEN=1
michael@0 196 EXPAND_AS_DEFINED =
michael@0 197 SKIP_FUNCTION_MACROS = YES
michael@0 198 #---------------------------------------------------------------------------
michael@0 199 # Configuration::additions related to external references
michael@0 200 #---------------------------------------------------------------------------
michael@0 201 TAGFILES =
michael@0 202 GENERATE_TAGFILE = "@builddir@/doc/html/icudocs.tag"
michael@0 203 ALLEXTERNALS = NO
michael@0 204 EXTERNAL_GROUPS = YES
michael@0 205 PERL_PATH = /usr/bin/perl
michael@0 206 #---------------------------------------------------------------------------
michael@0 207 # Configuration options related to the dot tool
michael@0 208 #---------------------------------------------------------------------------
michael@0 209 CLASS_DIAGRAMS = YES
michael@0 210 HIDE_UNDOC_RELATIONS = YES
michael@0 211 HAVE_DOT = NO
michael@0 212 CLASS_GRAPH = YES
michael@0 213 COLLABORATION_GRAPH = YES
michael@0 214 UML_LOOK = NO
michael@0 215 TEMPLATE_RELATIONS = NO
michael@0 216 INCLUDE_GRAPH = YES
michael@0 217 INCLUDED_BY_GRAPH = YES
michael@0 218 CALL_GRAPH = NO
michael@0 219 CALLER_GRAPH = NO
michael@0 220 GRAPHICAL_HIERARCHY = YES
michael@0 221 DOT_IMAGE_FORMAT = png
michael@0 222 DOT_PATH =
michael@0 223 #DOT_FONTNAME = FreeSans
michael@0 224 DOTFILE_DIRS =
michael@0 225 MAX_DOT_GRAPH_WIDTH = 1024
michael@0 226 MAX_DOT_GRAPH_HEIGHT = 1024
michael@0 227 MAX_DOT_GRAPH_DEPTH = 0
michael@0 228 GENERATE_LEGEND = YES
michael@0 229 DOT_CLEANUP = YES
michael@0 230 #---------------------------------------------------------------------------
michael@0 231 # Configuration::additions related to the search engine
michael@0 232 #---------------------------------------------------------------------------
michael@0 233 SEARCHENGINE = NO

mercurial