From 065b39323a81c8d1c0026f7bcc1c985ac688b6d9 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Tue, 22 Sep 2015 22:51:32 +0000 Subject: [PATCH] ICU-11917 fixes for UCONFIG_ENABLE_PLUGINS * \def had incorrect macro name * update Doxyfile.in to show uplug API X-SVN-Rev: 37996 --- icu4c/source/Doxyfile.in | 4 ++-- icu4c/source/common/unicode/uconfig.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/Doxyfile.in b/icu4c/source/Doxyfile.in index 90edbb18f2..c99f27038f 100644 --- a/icu4c/source/Doxyfile.in +++ b/icu4c/source/Doxyfile.in @@ -1,7 +1,7 @@ # Doxyfile 1.3.7 # ******************************************************************** # * COPYRIGHT: -# * Copyright (c) 2004-2014, International Business Machines Corporation +# * Copyright (c) 2004-2015, International Business Machines Corporation # * and others. All Rights Reserved. # ******************************************************************** @@ -192,7 +192,7 @@ EXPAND_ONLY_PREDEF = YES SEARCH_INCLUDES = YES INCLUDE_PATH = INCLUDE_FILE_PATTERNS = -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 U_OVERRIDE= U_FINAL= +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 U_OVERRIDE= U_FINAL= UCONFIG_ENABLE_PLUGINS=1 EXPAND_AS_DEFINED = SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- diff --git a/icu4c/source/common/unicode/uconfig.h b/icu4c/source/common/unicode/uconfig.h index e92c86429e..307d288f94 100644 --- a/icu4c/source/common/unicode/uconfig.h +++ b/icu4c/source/common/unicode/uconfig.h @@ -135,7 +135,7 @@ #endif /** - * \def U_ENABLE_PLUGINS + * \def UCONFIG_ENABLE_PLUGINS * Determines whether to enable ICU plugins. * @internal */