Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Side by Side Diff: source/Doxyfile.in

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « readme.html ('k') | source/Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Doxyfile 1.3.7 1 # Doxyfile 1.3.7
2 # ******************************************************************** 2 # ********************************************************************
3 # * COPYRIGHT: 3 # * COPYRIGHT:
4 # * Copyright (c) 2004-2014, International Business Machines Corporation 4 # * Copyright (c) 2004-2015, 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
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 U_OVERRIDE= U_FINAL = 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 = UCONFIG_ENABLE_PLUGINS=1
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
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
OLDNEW
« no previous file with comments | « readme.html ('k') | source/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698