]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/docmain.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / common / unicode / docmain.h
index 94ac7301a1153251da080e5a7ed315663f175220..698e2ae596c42e28072c9cad90bca5819b323872 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2004, International Business Machines Corporation and
+ * Copyright (c) 1997-2012, International Business Machines Corporation and
  * others. All Rights Reserved.
  *
  *  FILE NAME: DOCMAIN.h
@@ -9,7 +11,11 @@
  *   12/11/2000    Ram        Creation.
  */
 
-/* This file contains documentation for Doxygen and doesnot have
+/**
+ * \file
+ * \brief (Non API- contains Doxygen definitions)
+ *
+ * This file contains documentation for Doxygen and doesnot have
  * any significance with respect to C or C++ API
  */
 
  *
  *
  * <h3>API References for Previous Releases</h3>
- * <p>The API References for the previous release are available
- *   <a href="http://oss.software.ibm.com/icu/apiref/previous/">online</a>.
- *   For each release there are also .zip and .tgz files for the API References
- *   on the <a href="http://oss.software.ibm.com/icu/download/">download page</a> of the release.</p>
+ * <p>The API References for each release of ICU are also available as
+ * a zip file from the ICU 
+ * <a href="http://site.icu-project.org/download">download page</a>.</p>
  *
  * <hr>
  *
  * <h2>Architecture (User's Guide)</h2>
  * <ul>
- *   <li><a href="http://oss.software.ibm.com/icu/userguide/index.html">Introduction</a></li>
- *   <li><a href="http://oss.software.ibm.com/icu/userguide/i18n.html">Internationalization</a></li>
- *   <li><a href="http://oss.software.ibm.com/icu/userguide/design.html">Locale Model</a></li>
- *   <li><a href="http://oss.software.ibm.com/icu/userguide/design.html">Multithreading</a></li>
- *   <li><a href="http://oss.software.ibm.com/icu/userguide/conversion.html">Conversion</a></li>
- *   <li><a href="http://oss.software.ibm.com/icu/userguide/design.html">Error Handling</a></li>
+ *   <li><a href="http://userguide.icu-project.org/">Introduction</a></li>
+ *   <li><a href="http://userguide.icu-project.org/i18n">Internationalization</a></li>
+ *   <li><a href="http://userguide.icu-project.org/design">Locale Model, Multithreading, Error Handling, etc.</a></li>
+ *   <li><a href="http://userguide.icu-project.org/conversion">Conversion</a></li>
  * </ul>
  *
  * <hr>
  *   </tr>
  *   <tr>
  *     <td>Strings and Character Iteration</td>
- *     <td>ustring.h, utf.h</td>
- *     <td>UnicodeString, CharacterIterator</td>
+ *     <td>ustring.h, utf8.h, utf16.h, UText, UCharIterator</td>
+ *     <td>icu::UnicodeString, icu::CharacterIterator, icu::Appendable, icu::StringPiece,icu::ByteSink</td>
+ *   </tr>
+ *   <tr>
+ *     <td>Unicode Character<br/>Properties and Names</td>
+ *     <td>uchar.h, uscript.h</td>
+ *     <td>C API</td>
+ *   </tr>
+ *   <tr>
+ *     <td>Sets of Unicode Code Points and Strings</td>
+ *     <td>uset.h</td>
+ *     <td>icu::UnicodeSet</td>
  *   </tr>
  *   <tr>
- *     <td>Unicode Character<br>Properties and Names</td>
- *     <td>uchar.h</td>
- *     <td>uchar.h C API</td>
+ *     <td>Maps from Strings to Integer Values</td>
+ *     <td>(no C API)</td>
+ *     <td>icu::BytesTrie, icu::UCharsTrie</td>
  *   </tr>
  *   <tr>
  *     <td>Codepage Conversion</td>
- *     <td>ucnv.h</td>
- *     <td>ucnv.h C API</td>
+ *     <td>ucnv.h, ucnvsel.hb</td>
+ *     <td>C API</td>
+ *   </tr>
+ *   <tr>
+ *     <td>Codepage Detection</td>
+ *     <td>ucsdet.h</td>
+ *     <td>C API</td>
  *   </tr>
  *   <tr>
  *     <td>Unicode Text Compression</td>
- *     <td>ucnv.h <br> (encoding name "SCSU" or "BOCU-1")</td>
- *     <td>ucnv.h C API</td>
+ *     <td>ucnv.h<br/>(encoding name "SCSU" or "BOCU-1")</td>
+ *     <td>C API</td>
  *   </tr>
  *   <tr>
  *     <td>Locales </td>
  *     <td>uloc.h</a></td>
- *     <td>Locale</td>
+ *     <td>icu::Locale</td>
  *   </tr>
  *   <tr>
  *     <td>Resource Bundles</td>
  *     <td>ures.h</td>
- *     <td>ResourceBundle</td>
+ *     <td>icu::ResourceBundle</td>
  *   </tr>
  *   <tr>
  *     <td>Normalization</td>
- *     <td>unorm.h</td>
- *     <td>Normalizer</td>
+ *     <td>unorm2.h</td>
+ *     <td>icu::Normalizer2</td>
  *   </tr>
  *   <tr>
  *     <td>Calendars</td>
  *     <td>ucal.h</td>
- *     <td>Calendar</td>
+ *     <td>icu::Calendar</td>
  *   </tr>
  *   <tr>
  *     <td>Date and Time Formatting</td>
  *     <td>udat.h</td>
- *     <td>DateFormat</td>
+ *     <td>icu::DateFormat</td>
  *   </tr>
  *   <tr>
  *     <td>Message Formatting</td>
  *     <td>umsg.h</td>
- *     <td>MessageFormat</td>
+ *     <td>icu::MessageFormat</td>
  *   </tr>
  *   <tr>
  *     <td>Number Formatting</td>
  *     <td>unum.h</td>
- *     <td>NumberFormat</td>
+ *     <td>icu::NumberFormat</td>
  *   </tr>
  *   <tr>
- *     <td>Number Spellout <br> (Rule Based Number Formatting)</td>
- *     <td>unum.h <br> (use UNUM_SPELLOUT)</td>
- *     <td>RuleBasedNumberFormat</td>
+ *     <td>Number Spellout<br/>(Rule Based Number Formatting)</td>
+ *     <td>unum.h<br/>(use UNUM_SPELLOUT)</td>
+ *     <td>icu::RuleBasedNumberFormat</td>
  *   </tr>
  *   <tr>
- *     <td>Text Transformation <br> (Transliteration)</td>
+ *     <td>Text Transformation<br/>(Transliteration)</td>
  *     <td>utrans.h</td>
- *     <td>Transliterator</td>
+ *     <td>icu::Transliterator</td>
  *   </tr>
  *   <tr>
  *     <td>Bidirectional Algorithm</td>
- *     <td>ubidi.h</td>
- *     <td>ubidi.h C API</td>
+ *     <td>ubidi.h, ubiditransform.h</td>
+ *     <td>C API</td>
  *   </tr>
  *   <tr>
  *     <td>Arabic Shaping</td>
  *     <td>ushape.h</td>
- *     <td>ushape.h C API</td>
+ *     <td>C API</td>
  *   </tr>
  *   <tr>
  *     <td>Collation</td>
  *     <td>ucol.h</td>
- *     <td>Collator</td>
+ *     <td>icu::Collator</td>
  *   </tr>
  *   <tr>
  *     <td>String Searching</td>
  *     <td>usearch.h</td>
- *     <td>StringSearch</td>
+ *     <td>icu::StringSearch</td>
  *   </tr>
  *   <tr>
- *     <td>Text Boundary Analysis <br> (Break Iteration)</td>
- *     <td>ubrk.h</td>
- *     <td>BreakIterator</td>
+ *     <td>Index Characters/<br/>Bucketing for Sorted Lists</td>
+ *     <td>(no C API)</td>
+ *     <td>icu::AlphabeticIndex</td>
  *   </tr>
  *   <tr>
- *     <td>Unicode Set</td>
- *     <td>uset.h</td>
- *     <td>UnicodeSet</td>
+ *     <td>Text Boundary Analysis<br/>(Break Iteration)</td>
+ *     <td>ubrk.h</td>
+ *     <td>icu::BreakIterator</td>
  *   </tr>
  *   <tr>
  *     <td>Regular Expressions</td>
  *     <td>uregex.h</td>
- *     <td>RegexPattern, RegexMatcher</td>
+ *     <td>icu::RegexPattern, icu::RegexMatcher</td>
  *   </tr>
  *   <tr>
  *     <td>StringPrep</td>
  *     <td>usprep.h</td>
- *     <td>usprep.h C API</td>
+ *     <td>C API</td>
  *   </tr>
  *   <tr>
- *     <td>International Domain Names in Applications</td>
+ *     <td>International Domain Names in Applications:<br/>
+ *         UTS #46 in C/C++, IDNA2003 only via C API</td>
  *     <td>uidna.h</td>
- *     <td>uidna.h C API</td>
+ *     <td>idna.h</td>
  *   </tr>
  *   <tr>
+ *     <td>Identifier Spoofing & Confusability</td>
+ *     <td>uspoof.h</td>
+ *     <td>C API</td>
+ *   <tr>
  *     <td>Universal Time Scale</td>
  *     <td>utmscale.h</td>
- *     <td>utmscale.h C API</td>
+ *     <td>C API</td>
+ *   </tr>
+ *   <tr>
+ *     <td>Layout Engine/Complex Text Layout</td>
+ *     <td>loengine.h</td>
+ *     <td>icu::LayoutEngine,icu::ParagraphLayout</td>
+ *   </tr>
+ *   <tr>
+ *     <td>ICU I/O</td>
+ *     <td>ustdio.h</td>
+ *     <td>ustream.h</td>
  *   </tr>
  * </table>
+ * <i>This main page is generated from docmain.h</i>
  */