2 # ********************************************************************
4 # * Copyright (c) 2004-2006, International Business Machines Corporation
5 # * and others. All Rights Reserved.
6 # ********************************************************************
8 #---------------------------------------------------------------------------
9 # Project related configuration options
10 #---------------------------------------------------------------------------
11 PROJECT_NAME = "ICU @VERSION@"
13 OUTPUT_DIRECTORY = doc
15 OUTPUT_LANGUAGE = English
16 USE_WINDOWS_ENCODING = YES
17 BRIEF_MEMBER_DESC = YES
20 ALWAYS_DETAILED_SEC = NO
21 INLINE_INHERITED_MEMB = NO
26 JAVADOC_AUTOBRIEF = YES
27 MULTILINE_CPP_IS_BRIEF = NO
30 DISTRIBUTE_GROUP_DOC = NO
32 ALIASES = "memo=\par Note:\n" \
33 "draft=\xrefitem draft \"Draft\" \"Draft List\" This API may be changed in the future versions and was introduced in \n" \
34 "stable=\xrefitem stable \"Stable\" \"Stable List\" \n" \
35 "deprecated=\xrefitem deprecated \"Deprecated\" \"Deprecated List\" \n" \
36 "obsolete=\xrefitem obsolete \"Obsolete\" \"Obsolete List\" \n" \
37 "system=\xrefitem system \"System\" \"System List\" \n Do not use unless you know what you are doing. \n" \
38 "internal=\xrefitem internal \"Internal\" \"Internal List\" Do not use. This API is for interal use only. \n"
40 OPTIMIZE_OUTPUT_FOR_C = YES
41 OPTIMIZE_OUTPUT_JAVA = NO
43 #---------------------------------------------------------------------------
44 # Build related configuration options
45 #---------------------------------------------------------------------------
49 EXTRACT_LOCAL_CLASSES = YES
50 EXTRACT_LOCAL_METHODS = NO
51 HIDE_UNDOC_MEMBERS = NO
52 HIDE_UNDOC_CLASSES = NO
53 HIDE_FRIEND_COMPOUNDS = NO
54 HIDE_IN_BODY_DOCS = NO
56 CASE_SENSE_NAMES = YES
58 SHOW_INCLUDE_FILES = YES
60 SORT_MEMBER_DOCS = YES
62 SORT_BY_SCOPE_NAME = NO
63 GENERATE_TODOLIST = YES
64 GENERATE_TESTLIST = YES
65 GENERATE_BUGLIST = YES
66 GENERATE_DEPRECATEDLIST= YES
68 MAX_INITIALIZER_LINES = 30
70 #---------------------------------------------------------------------------
71 # configuration options related to warning and progress messages
72 #---------------------------------------------------------------------------
75 WARN_IF_UNDOCUMENTED = YES
76 WARN_IF_DOC_ERROR = YES
77 WARN_FORMAT = "$file:$line: $text"
79 #---------------------------------------------------------------------------
80 # configuration options related to the input files
81 #---------------------------------------------------------------------------
82 INPUT = ./common/unicode/platform.h @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
85 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
87 EXCLUDE_PATTERNS = config*.h
90 EXAMPLE_RECURSIVE = NO
93 FILTER_SOURCE_FILES = NO
94 #---------------------------------------------------------------------------
95 # configuration options related to source browsing
96 #---------------------------------------------------------------------------
99 STRIP_CODE_COMMENTS = YES
100 REFERENCED_BY_RELATION = YES
101 REFERENCES_RELATION = YES
102 VERBATIM_HEADERS = YES
103 #---------------------------------------------------------------------------
104 # configuration options related to the alphabetical class index
105 #---------------------------------------------------------------------------
106 ALPHABETICAL_INDEX = YES
107 COLS_IN_ALPHA_INDEX = 5
109 #---------------------------------------------------------------------------
110 # configuration options related to the HTML output
111 #---------------------------------------------------------------------------
114 HTML_FILE_EXTENSION = .html
118 HTML_ALIGN_MEMBERS = YES
119 GENERATE_HTMLHELP = NO
126 ENUM_VALUES_PER_LINE = 4
127 GENERATE_TREEVIEW = NO
129 #---------------------------------------------------------------------------
130 # configuration options related to the LaTeX output
131 #---------------------------------------------------------------------------
134 LATEX_CMD_NAME = latex
135 MAKEINDEX_CMD_NAME = makeindex
143 LATEX_HIDE_INDICES = NO
144 #---------------------------------------------------------------------------
145 # configuration options related to the RTF output
146 #---------------------------------------------------------------------------
151 RTF_STYLESHEET_FILE =
152 RTF_EXTENSIONS_FILE =
153 #---------------------------------------------------------------------------
154 # configuration options related to the man page output
155 #---------------------------------------------------------------------------
160 #---------------------------------------------------------------------------
161 # configuration options related to the XML output
162 #---------------------------------------------------------------------------
167 XML_PROGRAMLISTING = YES
168 #---------------------------------------------------------------------------
169 # configuration options for the AutoGen Definitions output
170 #---------------------------------------------------------------------------
171 GENERATE_AUTOGEN_DEF = NO
172 #---------------------------------------------------------------------------
173 # configuration options related to the Perl module output
174 #---------------------------------------------------------------------------
175 GENERATE_PERLMOD = NO
178 PERLMOD_MAKEVAR_PREFIX =
179 #---------------------------------------------------------------------------
180 # Configuration options related to the preprocessor
181 #---------------------------------------------------------------------------
182 ENABLE_PREPROCESSING = YES
183 MACRO_EXPANSION = YES
184 EXPAND_ONLY_PREDEF = YES
185 SEARCH_INCLUDES = YES
187 INCLUDE_FILE_PATTERNS =
188 PREDEFINED = U_EXPORT2 U_STABLE U_DRAFT U_INTERNAL U_SYSTEM U_DEPRECATED U_OBSOLETE
190 SKIP_FUNCTION_MACROS = YES
191 #---------------------------------------------------------------------------
192 # Configuration::additions related to external references
193 #---------------------------------------------------------------------------
195 GENERATE_TAGFILE = "@srcdir@/doc/html/icudocs.tag"
197 EXTERNAL_GROUPS = YES
198 PERL_PATH = /usr/bin/perl
199 #---------------------------------------------------------------------------
200 # Configuration options related to the dot tool
201 #---------------------------------------------------------------------------
203 HIDE_UNDOC_RELATIONS = YES
206 COLLABORATION_GRAPH = YES
208 TEMPLATE_RELATIONS = NO
210 INCLUDED_BY_GRAPH = YES
212 GRAPHICAL_HIERARCHY = YES
213 DOT_IMAGE_FORMAT = png
216 MAX_DOT_GRAPH_WIDTH = 1024
217 MAX_DOT_GRAPH_HEIGHT = 1024
218 MAX_DOT_GRAPH_DEPTH = 0
219 GENERATE_LEGEND = YES
221 #---------------------------------------------------------------------------
222 # Configuration::additions related to the search engine
223 #---------------------------------------------------------------------------