intl/icu/source/Doxyfile.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/Doxyfile.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,233 @@
     1.4 +# Doxyfile 1.3.7
     1.5 +#  ********************************************************************
     1.6 +#  * COPYRIGHT:
     1.7 +#  * Copyright (c) 2004-2012, International Business Machines Corporation
     1.8 +#  * and others. All Rights Reserved.
     1.9 +#  ********************************************************************
    1.10 +
    1.11 +#---------------------------------------------------------------------------
    1.12 +# Project related configuration options
    1.13 +#---------------------------------------------------------------------------
    1.14 +PROJECT_NAME           = "ICU @VERSION@"
    1.15 +PROJECT_NUMBER         = @VERSION@
    1.16 +OUTPUT_DIRECTORY       = doc
    1.17 +CREATE_SUBDIRS         = NO
    1.18 +OUTPUT_LANGUAGE        = English
    1.19 +#USE_WINDOWS_ENCODING   = YES
    1.20 +DOXYFILE_ENCODING	= UTF-8
    1.21 +BRIEF_MEMBER_DESC      = YES
    1.22 +REPEAT_BRIEF           = YES
    1.23 +ABBREVIATE_BRIEF       = 
    1.24 +ALWAYS_DETAILED_SEC    = NO
    1.25 +INLINE_INHERITED_MEMB  = NO
    1.26 +FULL_PATH_NAMES        = NO
    1.27 +STRIP_FROM_PATH        = 
    1.28 +STRIP_FROM_INC_PATH    = 
    1.29 +SHORT_NAMES            = NO
    1.30 +JAVADOC_AUTOBRIEF      = YES
    1.31 +MULTILINE_CPP_IS_BRIEF = NO
    1.32 +#DETAILS_AT_TOP         = NO
    1.33 +INHERIT_DOCS           = YES
    1.34 +DISTRIBUTE_GROUP_DOC   = YES
    1.35 +TAB_SIZE               = 8
    1.36 +ALIASES                = "memo=\par Note:\n" \
    1.37 +                         "draft=\xrefitem draft \"Draft\" \"Draft List\"  This API may be changed in the future versions and was introduced in" \
    1.38 +                         "stable=\xrefitem stable \"Stable\" \"Stable List\"" \
    1.39 +                         "deprecated=\xrefitem deprecated \"Deprecated\" \"Deprecated List\"" \
    1.40 +                         "obsolete=\xrefitem obsolete \"Obsolete\" \"Obsolete List\"" \
    1.41 +                         "system=\xrefitem system \"System\" \"System List\" \n Do not use unless you know what you are doing." \
    1.42 +                         "internal=\xrefitem internal \"Internal\"  \"Internal List\"  Do not use. This API is for internal use only." 
    1.43 +
    1.44 +OPTIMIZE_OUTPUT_FOR_C  = YES
    1.45 +OPTIMIZE_OUTPUT_JAVA   = NO
    1.46 +SUBGROUPING            = YES
    1.47 +#---------------------------------------------------------------------------
    1.48 +# Build related configuration options
    1.49 +#---------------------------------------------------------------------------
    1.50 +EXTRACT_ALL            = NO
    1.51 +EXTRACT_PRIVATE        = NO
    1.52 +EXTRACT_STATIC         = NO
    1.53 +EXTRACT_LOCAL_CLASSES  = YES
    1.54 +EXTRACT_LOCAL_METHODS  = NO
    1.55 +HIDE_UNDOC_MEMBERS     = NO
    1.56 +HIDE_UNDOC_CLASSES     = NO
    1.57 +HIDE_FRIEND_COMPOUNDS  = NO
    1.58 +HIDE_IN_BODY_DOCS      = NO
    1.59 +INTERNAL_DOCS          = YES
    1.60 +CASE_SENSE_NAMES       = YES
    1.61 +HIDE_SCOPE_NAMES       = NO
    1.62 +SHOW_INCLUDE_FILES     = YES
    1.63 +INLINE_INFO            = YES
    1.64 +SORT_MEMBER_DOCS       = YES
    1.65 +SORT_BRIEF_DOCS        = NO
    1.66 +SORT_BY_SCOPE_NAME     = NO
    1.67 +GENERATE_TODOLIST      = YES
    1.68 +GENERATE_TESTLIST      = YES
    1.69 +GENERATE_BUGLIST       = YES
    1.70 +GENERATE_DEPRECATEDLIST= YES
    1.71 +ENABLED_SECTIONS       = 
    1.72 +MAX_INITIALIZER_LINES  = 30
    1.73 +SHOW_USED_FILES        = YES
    1.74 +
    1.75 +# docset
    1.76 +GENERATE_DOCSET        = NO
    1.77 +DOCSET_FEEDNAME        = "ICU @VERSION@"
    1.78 +DOCSET_BUNDLE_ID       = org.icu-project.icu4c
    1.79 +
    1.80 +#---------------------------------------------------------------------------
    1.81 +# configuration options related to warning and progress messages
    1.82 +#---------------------------------------------------------------------------
    1.83 +QUIET                  = NO
    1.84 +WARNINGS               = YES
    1.85 +WARN_IF_UNDOCUMENTED   = YES
    1.86 +WARN_IF_DOC_ERROR      = YES
    1.87 +WARN_FORMAT            = "$file:$line: $text"
    1.88 +WARN_LOGFILE           = 
    1.89 +#---------------------------------------------------------------------------
    1.90 +# configuration options related to the input files
    1.91 +#---------------------------------------------------------------------------
    1.92 +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
    1.93 +FILE_PATTERNS          = *.h
    1.94 +RECURSIVE              = NO
    1.95 +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  
    1.96 +EXCLUDE_SYMLINKS       = NO
    1.97 +EXCLUDE_PATTERNS       = config*.h
    1.98 +EXAMPLE_PATH           = @srcdir@/
    1.99 +EXAMPLE_PATTERNS       = 
   1.100 +EXAMPLE_RECURSIVE      = NO
   1.101 +IMAGE_PATH             = 
   1.102 +INPUT_FILTER           = 
   1.103 +FILTER_SOURCE_FILES    = NO
   1.104 +#---------------------------------------------------------------------------
   1.105 +# configuration options related to source browsing
   1.106 +#---------------------------------------------------------------------------
   1.107 +SOURCE_BROWSER         = YES
   1.108 +INLINE_SOURCES         = NO
   1.109 +STRIP_CODE_COMMENTS    = YES
   1.110 +REFERENCED_BY_RELATION = YES
   1.111 +REFERENCES_RELATION    = YES
   1.112 +VERBATIM_HEADERS       = YES
   1.113 +#---------------------------------------------------------------------------
   1.114 +# configuration options related to the alphabetical class index
   1.115 +#---------------------------------------------------------------------------
   1.116 +ALPHABETICAL_INDEX     = YES
   1.117 +COLS_IN_ALPHA_INDEX    = 5
   1.118 +IGNORE_PREFIX          = 
   1.119 +#---------------------------------------------------------------------------
   1.120 +# configuration options related to the HTML output
   1.121 +#---------------------------------------------------------------------------
   1.122 +GENERATE_HTML          = YES
   1.123 +HTML_OUTPUT            = html
   1.124 +HTML_FILE_EXTENSION    = .html
   1.125 +HTML_HEADER            = 
   1.126 +HTML_FOOTER            = 
   1.127 +HTML_STYLESHEET        = 
   1.128 +HTML_ALIGN_MEMBERS     = YES
   1.129 +GENERATE_HTMLHELP      = NO
   1.130 +CHM_FILE               = 
   1.131 +HHC_LOCATION           = 
   1.132 +GENERATE_CHI           = NO
   1.133 +BINARY_TOC             = NO
   1.134 +TOC_EXPAND             = NO
   1.135 +DISABLE_INDEX          = NO
   1.136 +ENUM_VALUES_PER_LINE   = 4
   1.137 +GENERATE_TREEVIEW      = NO
   1.138 +TREEVIEW_WIDTH         = 250
   1.139 +#---------------------------------------------------------------------------
   1.140 +# configuration options related to the LaTeX output
   1.141 +#---------------------------------------------------------------------------
   1.142 +GENERATE_LATEX         = NO
   1.143 +LATEX_OUTPUT           = latex
   1.144 +LATEX_CMD_NAME         = latex
   1.145 +MAKEINDEX_CMD_NAME     = makeindex
   1.146 +COMPACT_LATEX          = NO
   1.147 +PAPER_TYPE             = a4wide
   1.148 +EXTRA_PACKAGES         = 
   1.149 +LATEX_HEADER           = 
   1.150 +PDF_HYPERLINKS         = NO
   1.151 +USE_PDFLATEX           = NO
   1.152 +LATEX_BATCHMODE        = NO
   1.153 +LATEX_HIDE_INDICES     = NO
   1.154 +#---------------------------------------------------------------------------
   1.155 +# configuration options related to the RTF output
   1.156 +#---------------------------------------------------------------------------
   1.157 +GENERATE_RTF           = NO
   1.158 +RTF_OUTPUT             = rtf
   1.159 +COMPACT_RTF            = NO
   1.160 +RTF_HYPERLINKS         = NO
   1.161 +RTF_STYLESHEET_FILE    = 
   1.162 +RTF_EXTENSIONS_FILE    = 
   1.163 +#---------------------------------------------------------------------------
   1.164 +# configuration options related to the man page output
   1.165 +#---------------------------------------------------------------------------
   1.166 +GENERATE_MAN           = NO
   1.167 +MAN_OUTPUT             = man
   1.168 +MAN_EXTENSION          = .3
   1.169 +MAN_LINKS              = NO
   1.170 +#---------------------------------------------------------------------------
   1.171 +# configuration options related to the XML output
   1.172 +#---------------------------------------------------------------------------
   1.173 +GENERATE_XML           = NO
   1.174 +XML_OUTPUT             = xml
   1.175 +XML_SCHEMA             = 
   1.176 +XML_DTD                = 
   1.177 +XML_PROGRAMLISTING     = YES
   1.178 +#---------------------------------------------------------------------------
   1.179 +# configuration options for the AutoGen Definitions output
   1.180 +#---------------------------------------------------------------------------
   1.181 +GENERATE_AUTOGEN_DEF   = NO
   1.182 +#---------------------------------------------------------------------------
   1.183 +# configuration options related to the Perl module output
   1.184 +#---------------------------------------------------------------------------
   1.185 +GENERATE_PERLMOD       = NO 
   1.186 +PERLMOD_LATEX          = YES
   1.187 +PERLMOD_PRETTY         = YES
   1.188 +PERLMOD_MAKEVAR_PREFIX = 
   1.189 +#---------------------------------------------------------------------------
   1.190 +# Configuration options related to the preprocessor   
   1.191 +#---------------------------------------------------------------------------
   1.192 +ENABLE_PREPROCESSING   = YES
   1.193 +MACRO_EXPANSION        = YES
   1.194 +EXPAND_ONLY_PREDEF     = YES
   1.195 +SEARCH_INCLUDES        = YES
   1.196 +INCLUDE_PATH           = 
   1.197 +INCLUDE_FILE_PATTERNS  = 
   1.198 +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 
   1.199 +EXPAND_AS_DEFINED      = 
   1.200 +SKIP_FUNCTION_MACROS   = YES
   1.201 +#---------------------------------------------------------------------------
   1.202 +# Configuration::additions related to external references   
   1.203 +#---------------------------------------------------------------------------
   1.204 +TAGFILES               = 
   1.205 +GENERATE_TAGFILE       =  "@builddir@/doc/html/icudocs.tag"
   1.206 +ALLEXTERNALS           = NO
   1.207 +EXTERNAL_GROUPS        = YES
   1.208 +PERL_PATH              = /usr/bin/perl
   1.209 +#---------------------------------------------------------------------------
   1.210 +# Configuration options related to the dot tool   
   1.211 +#---------------------------------------------------------------------------
   1.212 +CLASS_DIAGRAMS         = YES
   1.213 +HIDE_UNDOC_RELATIONS   = YES
   1.214 +HAVE_DOT               = NO
   1.215 +CLASS_GRAPH            = YES
   1.216 +COLLABORATION_GRAPH    = YES
   1.217 +UML_LOOK               = NO
   1.218 +TEMPLATE_RELATIONS     = NO
   1.219 +INCLUDE_GRAPH          = YES
   1.220 +INCLUDED_BY_GRAPH      = YES
   1.221 +CALL_GRAPH             = NO
   1.222 +CALLER_GRAPH		= NO
   1.223 +GRAPHICAL_HIERARCHY    = YES
   1.224 +DOT_IMAGE_FORMAT       = png
   1.225 +DOT_PATH               = 
   1.226 +#DOT_FONTNAME	       = FreeSans
   1.227 +DOTFILE_DIRS           = 
   1.228 +MAX_DOT_GRAPH_WIDTH    = 1024
   1.229 +MAX_DOT_GRAPH_HEIGHT   = 1024
   1.230 +MAX_DOT_GRAPH_DEPTH    = 0
   1.231 +GENERATE_LEGEND        = YES
   1.232 +DOT_CLEANUP            = YES
   1.233 +#---------------------------------------------------------------------------
   1.234 +# Configuration::additions related to the search engine   
   1.235 +#---------------------------------------------------------------------------
   1.236 +SEARCHENGINE           = NO

mercurial