summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/Doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu-xetex/Doxyfile.in')
-rw-r--r--Build/source/libs/icu-xetex/Doxyfile.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/Build/source/libs/icu-xetex/Doxyfile.in b/Build/source/libs/icu-xetex/Doxyfile.in
index 8821cac6783..170020921cc 100644
--- a/Build/source/libs/icu-xetex/Doxyfile.in
+++ b/Build/source/libs/icu-xetex/Doxyfile.in
@@ -1,7 +1,7 @@
# Doxyfile 1.3.7
# ********************************************************************
# * COPYRIGHT:
-# * Copyright (c) 2004-2005, International Business Machines Corporation
+# * Copyright (c) 2004-2006, International Business Machines Corporation
# * and others. All Rights Reserved.
# ********************************************************************
@@ -30,12 +30,12 @@ INHERIT_DOCS = YES
DISTRIBUTE_GROUP_DOC = NO
TAB_SIZE = 8
ALIASES = "memo=\par Note:\n" \
- "draft=\par Draft: \n This API may be changed in the future versions and was introduced in \n" \
- "stable=\par Stable:\n" \
- "deprecated=\par Deprecated:\n" \
- "obsolete=\par Obsolete:\n" \
- "system=\par System:\n Do not use unless you know what you are doing. \n" \
- "internal=\par Internal:\n Do not use. This API is for interal use only. \n" \
+ "draft=\xrefitem draft \"Draft\" \"Draft List\" This API may be changed in the future versions and was introduced in \n" \
+ "stable=\xrefitem stable \"Stable\" \"Stable List\" \n" \
+ "deprecated=\xrefitem deprecated \"Deprecated\" \"Deprecated List\" \n" \
+ "obsolete=\xrefitem obsolete \"Obsolete\" \"Obsolete List\" \n" \
+ "system=\xrefitem system \"System\" \"System List\" \n Do not use unless you know what you are doing. \n" \
+ "internal=\xrefitem internal \"Internal\" \"Internal List\" Do not use. This API is for interal use only. \n"
OPTIMIZE_OUTPUT_FOR_C = YES
OPTIMIZE_OUTPUT_JAVA = NO
@@ -82,7 +82,7 @@ WARN_LOGFILE =
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
FILE_PATTERNS = *.h
RECURSIVE = NO
-EXCLUDE = @srcdir@/common/unicode/urename.h @srcdir@/common/unicode/udraft.h @srcdir@/common/unicode/udeprctd.h @srcdir@/common/unicode/uobslete.h
+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
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = config*.h
EXAMPLE_PATH =
@@ -172,7 +172,7 @@ GENERATE_AUTOGEN_DEF = NO
#---------------------------------------------------------------------------
# configuration options related to the Perl module output
#---------------------------------------------------------------------------
-GENERATE_PERLMOD = NO
+GENERATE_PERLMOD = NO
PERLMOD_LATEX = YES
PERLMOD_PRETTY = YES
PERLMOD_MAKEVAR_PREFIX =
@@ -180,19 +180,19 @@ PERLMOD_MAKEVAR_PREFIX =
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
ENABLE_PREPROCESSING = YES
-MACRO_EXPANSION = NO
-EXPAND_ONLY_PREDEF = NO
+MACRO_EXPANSION = YES
+EXPAND_ONLY_PREDEF = YES
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
-PREDEFINED =
+PREDEFINED = U_EXPORT2 U_STABLE U_DRAFT U_INTERNAL U_SYSTEM U_DEPRECATED U_OBSOLETE
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
# Configuration::additions related to external references
#---------------------------------------------------------------------------
TAGFILES =
-GENERATE_TAGFILE =
+GENERATE_TAGFILE = "@srcdir@/doc/html/icudocs.tag"
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES
PERL_PATH = /usr/bin/perl