2 # ********************************************************************
4 # * Copyright (c) 2004-2012, International Business Machines Corporation
5 # * and others. All Rights Reserved.
6 # ********************************************************************
8 #---------------------------------------------------------------------------
9 # Project related configuration options
10 #---------------------------------------------------------------------------
11 PROJECT_NAME = "ICU @VERSION@"
12 PROJECT_NUMBER = @VERSION@
13 OUTPUT_DIRECTORY = doc
15 OUTPUT_LANGUAGE = English
16 #USE_WINDOWS_ENCODING = YES
17 DOXYFILE_ENCODING = UTF-8
18 BRIEF_MEMBER_DESC = YES
21 ALWAYS_DETAILED_SEC = NO
22 INLINE_INHERITED_MEMB = NO
27 JAVADOC_AUTOBRIEF = YES
28 MULTILINE_CPP_IS_BRIEF = NO
31 DISTRIBUTE_GROUP_DOC = YES
33 ALIASES = "memo=\par Note:\n" \
34 "draft=\xrefitem draft \"Draft\" \"Draft List\" This API may be changed in the future versions and was introduced in" \
35 "stable=\xrefitem stable \"Stable\" \"Stable List\"" \
36 "deprecated=\xrefitem deprecated \"Deprecated\" \"Deprecated List\"" \
37 "obsolete=\xrefitem obsolete \"Obsolete\" \"Obsolete List\"" \
38 "system=\xrefitem system \"System\" \"System List\" \n Do not use unless you know what you are doing." \
39 "internal=\xrefitem internal \"Internal\" \"Internal List\" Do not use. This API is for internal use only."
41 OPTIMIZE_OUTPUT_FOR_C = YES
42 OPTIMIZE_OUTPUT_JAVA = NO
44 #---------------------------------------------------------------------------
45 # Build related configuration options
46 #---------------------------------------------------------------------------
50 EXTRACT_LOCAL_CLASSES = YES
51 EXTRACT_LOCAL_METHODS = NO
52 HIDE_UNDOC_MEMBERS = NO
53 HIDE_UNDOC_CLASSES = NO
54 HIDE_FRIEND_COMPOUNDS = NO
55 HIDE_IN_BODY_DOCS = NO
57 CASE_SENSE_NAMES = YES
59 SHOW_INCLUDE_FILES = YES
61 SORT_MEMBER_DOCS = YES
63 SORT_BY_SCOPE_NAME = NO
64 GENERATE_TODOLIST = YES
65 GENERATE_TESTLIST = YES
66 GENERATE_BUGLIST = YES
67 GENERATE_DEPRECATEDLIST= YES
69 MAX_INITIALIZER_LINES = 30
74 DOCSET_FEEDNAME = "ICU @VERSION@"
75 DOCSET_BUNDLE_ID = org.icu-project.icu4c
77 #---------------------------------------------------------------------------
78 # configuration options related to warning and progress messages
79 #---------------------------------------------------------------------------
82 WARN_IF_UNDOCUMENTED = YES
83 WARN_IF_DOC_ERROR = YES
84 WARN_FORMAT = "$file:$line: $text"
86 #---------------------------------------------------------------------------
87 # configuration options related to the input files
88 #---------------------------------------------------------------------------
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
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
94 EXCLUDE_PATTERNS = config*.h
95 EXAMPLE_PATH = @srcdir@/
97 EXAMPLE_RECURSIVE = NO
100 FILTER_SOURCE_FILES = NO
101 #---------------------------------------------------------------------------
102 # configuration options related to source browsing
103 #---------------------------------------------------------------------------
106 STRIP_CODE_COMMENTS = YES
107 REFERENCED_BY_RELATION = YES
108 REFERENCES_RELATION = YES
109 VERBATIM_HEADERS = YES
110 #---------------------------------------------------------------------------
111 # configuration options related to the alphabetical class index
112 #---------------------------------------------------------------------------
113 ALPHABETICAL_INDEX = YES
114 COLS_IN_ALPHA_INDEX = 5
116 #---------------------------------------------------------------------------
117 # configuration options related to the HTML output
118 #---------------------------------------------------------------------------
121 HTML_FILE_EXTENSION = .html
125 HTML_ALIGN_MEMBERS = YES
126 GENERATE_HTMLHELP = NO
133 ENUM_VALUES_PER_LINE = 4
134 GENERATE_TREEVIEW = NO
136 #---------------------------------------------------------------------------
137 # configuration options related to the LaTeX output
138 #---------------------------------------------------------------------------
141 LATEX_CMD_NAME = latex
142 MAKEINDEX_CMD_NAME = makeindex
150 LATEX_HIDE_INDICES = NO
151 #---------------------------------------------------------------------------
152 # configuration options related to the RTF output
153 #---------------------------------------------------------------------------
158 RTF_STYLESHEET_FILE =
159 RTF_EXTENSIONS_FILE =
160 #---------------------------------------------------------------------------
161 # configuration options related to the man page output
162 #---------------------------------------------------------------------------
167 #---------------------------------------------------------------------------
168 # configuration options related to the XML output
169 #---------------------------------------------------------------------------
174 XML_PROGRAMLISTING = YES
175 #---------------------------------------------------------------------------
176 # configuration options for the AutoGen Definitions output
177 #---------------------------------------------------------------------------
178 GENERATE_AUTOGEN_DEF = NO
179 #---------------------------------------------------------------------------
180 # configuration options related to the Perl module output
181 #---------------------------------------------------------------------------
182 GENERATE_PERLMOD = NO
185 PERLMOD_MAKEVAR_PREFIX =
186 #---------------------------------------------------------------------------
187 # Configuration options related to the preprocessor
188 #---------------------------------------------------------------------------
189 ENABLE_PREPROCESSING = YES
190 MACRO_EXPANSION = YES
191 EXPAND_ONLY_PREDEF = YES
192 SEARCH_INCLUDES = YES
194 INCLUDE_FILE_PATTERNS =
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
197 SKIP_FUNCTION_MACROS = YES
198 #---------------------------------------------------------------------------
199 # Configuration::additions related to external references
200 #---------------------------------------------------------------------------
202 GENERATE_TAGFILE = "@builddir@/doc/html/icudocs.tag"
204 EXTERNAL_GROUPS = YES
205 PERL_PATH = /usr/bin/perl
206 #---------------------------------------------------------------------------
207 # Configuration options related to the dot tool
208 #---------------------------------------------------------------------------
210 HIDE_UNDOC_RELATIONS = YES
213 COLLABORATION_GRAPH = YES
215 TEMPLATE_RELATIONS = NO
217 INCLUDED_BY_GRAPH = YES
220 GRAPHICAL_HIERARCHY = YES
221 DOT_IMAGE_FORMAT = png
223 #DOT_FONTNAME = FreeSans
225 MAX_DOT_GRAPH_WIDTH = 1024
226 MAX_DOT_GRAPH_HEIGHT = 1024
227 MAX_DOT_GRAPH_DEPTH = 0
228 GENERATE_LEGEND = YES
230 #---------------------------------------------------------------------------
231 # Configuration::additions related to the search engine
232 #---------------------------------------------------------------------------