OLD | NEW |
1 # Doxyfile 1.3.7 | 1 # Doxyfile 1.3.7 |
2 # ******************************************************************** | 2 # ******************************************************************** |
3 # * COPYRIGHT: | 3 # * COPYRIGHT: |
4 # * Copyright (c) 2004-2012, International Business Machines Corporation | 4 # * Copyright (c) 2004-2014, International Business Machines Corporation |
5 # * and others. All Rights Reserved. | 5 # * and others. All Rights Reserved. |
6 # ******************************************************************** | 6 # ******************************************************************** |
7 | 7 |
8 #--------------------------------------------------------------------------- | 8 #--------------------------------------------------------------------------- |
9 # Project related configuration options | 9 # Project related configuration options |
10 #--------------------------------------------------------------------------- | 10 #--------------------------------------------------------------------------- |
11 PROJECT_NAME = "ICU @VERSION@" | 11 PROJECT_NAME = "ICU @VERSION@" |
12 PROJECT_NUMBER = @VERSION@ | 12 PROJECT_NUMBER = @VERSION@ |
13 OUTPUT_DIRECTORY = doc | 13 OUTPUT_DIRECTORY = doc |
14 CREATE_SUBDIRS = NO | 14 CREATE_SUBDIRS = NO |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 PERLMOD_MAKEVAR_PREFIX = | 185 PERLMOD_MAKEVAR_PREFIX = |
186 #--------------------------------------------------------------------------- | 186 #--------------------------------------------------------------------------- |
187 # Configuration options related to the preprocessor | 187 # Configuration options related to the preprocessor |
188 #--------------------------------------------------------------------------- | 188 #--------------------------------------------------------------------------- |
189 ENABLE_PREPROCESSING = YES | 189 ENABLE_PREPROCESSING = YES |
190 MACRO_EXPANSION = YES | 190 MACRO_EXPANSION = YES |
191 EXPAND_ONLY_PREDEF = YES | 191 EXPAND_ONLY_PREDEF = YES |
192 SEARCH_INCLUDES = YES | 192 SEARCH_INCLUDES = YES |
193 INCLUDE_PATH = | 193 INCLUDE_PATH = |
194 INCLUDE_FILE_PATTERNS = | 194 INCLUDE_FILE_PATTERNS = |
195 PREDEFINED = U_EXPORT2= U_STABLE= U_DRAFT= U_INTERNAL= U_SYSTEM= U_D
EPRECATED= 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_C
PLUSPLUS_API=1 U_DEFINE_LOCAL_OPEN_POINTER()= U_IN_DOXYGEN=1 | 195 PREDEFINED = U_EXPORT2= U_STABLE= U_DRAFT= U_INTERNAL= U_SYSTEM= U_D
EPRECATED= 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_C
PLUSPLUS_API=1 U_DEFINE_LOCAL_OPEN_POINTER()= U_IN_DOXYGEN=1 U_OVERRIDE= U_FINAL
= |
196 EXPAND_AS_DEFINED = | 196 EXPAND_AS_DEFINED = |
197 SKIP_FUNCTION_MACROS = YES | 197 SKIP_FUNCTION_MACROS = YES |
198 #--------------------------------------------------------------------------- | 198 #--------------------------------------------------------------------------- |
199 # Configuration::additions related to external references | 199 # Configuration::additions related to external references |
200 #--------------------------------------------------------------------------- | 200 #--------------------------------------------------------------------------- |
201 TAGFILES = | 201 TAGFILES = |
202 GENERATE_TAGFILE = "@builddir@/doc/html/icudocs.tag" | 202 GENERATE_TAGFILE = "@builddir@/doc/html/icudocs.tag" |
203 ALLEXTERNALS = NO | 203 ALLEXTERNALS = NO |
204 EXTERNAL_GROUPS = YES | 204 EXTERNAL_GROUPS = YES |
205 PERL_PATH = /usr/bin/perl | 205 PERL_PATH = /usr/bin/perl |
(...skipping 18 matching lines...) Expand all Loading... |
224 DOTFILE_DIRS = | 224 DOTFILE_DIRS = |
225 MAX_DOT_GRAPH_WIDTH = 1024 | 225 MAX_DOT_GRAPH_WIDTH = 1024 |
226 MAX_DOT_GRAPH_HEIGHT = 1024 | 226 MAX_DOT_GRAPH_HEIGHT = 1024 |
227 MAX_DOT_GRAPH_DEPTH = 0 | 227 MAX_DOT_GRAPH_DEPTH = 0 |
228 GENERATE_LEGEND = YES | 228 GENERATE_LEGEND = YES |
229 DOT_CLEANUP = YES | 229 DOT_CLEANUP = YES |
230 #--------------------------------------------------------------------------- | 230 #--------------------------------------------------------------------------- |
231 # Configuration::additions related to the search engine | 231 # Configuration::additions related to the search engine |
232 #--------------------------------------------------------------------------- | 232 #--------------------------------------------------------------------------- |
233 SEARCHENGINE = NO | 233 SEARCHENGINE = NO |
OLD | NEW |