From: Debabrata Sengupta Date: Wed, 8 Aug 2012 21:59:14 +0000 (+0000) Subject: ICU-9425 fixed issues with api docs X-Git-Tag: milestone-59-0-1~3682 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69ae33baa38b2e1aedf25383aea4973454d2282e;p=icu ICU-9425 fixed issues with api docs X-SVN-Rev: 32129 --- diff --git a/icu4c/source/Doxyfile.in b/icu4c/source/Doxyfile.in index 14440caebb1..e3fa9c1f65c 100644 --- a/icu4c/source/Doxyfile.in +++ b/icu4c/source/Doxyfile.in @@ -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= U_NAMESPACE_END= U_HAVE_STD_STRING= +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= U_SHOW_CPLUSPLUS_API=1 U_DEFINE_LOCAL_OPEN_POINTER()= EXPAND_AS_DEFINED = SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- diff --git a/icu4c/source/common/unicode/docmain.h b/icu4c/source/common/unicode/docmain.h index 05653161f22..4b7fc332673 100644 --- a/icu4c/source/common/unicode/docmain.h +++ b/icu4c/source/common/unicode/docmain.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2011, International Business Machines Corporation and + * Copyright (c) 1997-2012, International Business Machines Corporation and * others. All Rights Reserved. * * FILE NAME: DOCMAIN.h @@ -69,7 +69,7 @@ * * Strings and Character Iteration * ustring.h, utf8.h, utf16.h, UText, UCharIterator - * UnicodeString, CharacterIterator, Appendable, StringPiece, ByteSink + * icu::UnicodeString, icu::CharacterIterator, icu::Appendable, icu::StringPiece,icu::ByteSink * * * Unicode Character
Properties and Names @@ -79,12 +79,12 @@ * * Sets of Unicode Code Points and Strings * uset.h - * UnicodeSet + * icu::UnicodeSet * * * Maps from Strings to Integer Values * (no C API) - * BytesTrie, UCharsTrie + * icu::BytesTrie, icu::UCharsTrie * * * Codepage Conversion @@ -99,47 +99,47 @@ * * Locales * uloc.h - * Locale + * icu::Locale * * * Resource Bundles * ures.h - * ResourceBundle + * icu::ResourceBundle * * * Normalization * unorm2.h - * Normalizer2 + * icu::Normalizer2 * * * Calendars * ucal.h - * Calendar + * icu::Calendar * * * Date and Time Formatting * udat.h - * DateFormat + * icu::DateFormat * * * Message Formatting * umsg.h - * MessageFormat + * icu::MessageFormat * * * Number Formatting * unum.h - * NumberFormat + * icu::NumberFormat * * * Number Spellout
(Rule Based Number Formatting) * unum.h
(use UNUM_SPELLOUT) - * RuleBasedNumberFormat + * icu::RuleBasedNumberFormat * * * Text Transformation
(Transliteration) * utrans.h - * Transliterator + * icu::Transliterator * * * Bidirectional Algorithm @@ -154,27 +154,27 @@ * * Collation * ucol.h - * Collator + * icu::Collator * * * String Searching * usearch.h - * StringSearch + * icu::StringSearch * * * Index Characters/
Bucketing for Sorted Lists * (no C API) - * AlphabeticIndex + * icu::AlphabeticIndex * * * Text Boundary Analysis
(Break Iteration) * ubrk.h - * BreakIterator + * icu::BreakIterator * * * Regular Expressions * uregex.h - * RegexPattern, RegexMatcher + * icu::RegexPattern, icu::RegexMatcher * * * StringPrep @@ -199,7 +199,7 @@ * * Layout Engine/Complex Text Layout * loengine.h - * LayoutEngine, ParagraphLayout + * icu::LayoutEngine,icu::ParagraphLayout * * * ICU I/O