ICU-647 Updated main page documentation
X-SVN-Rev: 3252
This commit is contained in:
parent
7515066dc5
commit
49b97e6289
@ -1,6 +1,4 @@
|
||||
/*
|
||||
**********************************************************************
|
||||
* Copyright (C) 1996-1999, International Business Machines
|
||||
opyright (C) 1996-1999, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
**********************************************************************
|
||||
*
|
||||
@ -15,7 +13,6 @@
|
||||
/*! \mainpage
|
||||
*
|
||||
* \section Usage
|
||||
* <hr>
|
||||
* <h2> API Reference Usage </h2>
|
||||
*
|
||||
* <h3> C++ Programmers:</h3>
|
||||
@ -28,7 +25,7 @@
|
||||
* then detailed member descriptions.
|
||||
*
|
||||
* <h4>C Programmers: </h4>
|
||||
* Use <a href="files.html">File List</a> or <a href="globals.html"> File Members</a>
|
||||
* Use <a href="#Module">Module List</a> or <a href="globals.html"> File Members</a>
|
||||
* to find a list of all the functions and constants.
|
||||
* For example, to find BreakIterator functions you would click on
|
||||
* <a href="files.html"> File List</a>,
|
||||
@ -40,7 +37,7 @@
|
||||
*
|
||||
*
|
||||
* <hr>
|
||||
* <h5> Architechture </h5>
|
||||
* <h5> Architecture (User Guide)</h5>
|
||||
* <ul>
|
||||
* <li>
|
||||
* <b><a href="http://oss.software.ibm.com/icu/userguide/index.html"> Introduction </a></b>
|
||||
@ -56,7 +53,7 @@
|
||||
* <b><a href="http://oss.software.ibm.com/icu/userguide/design.html"> Error Handling </a></b>
|
||||
* </ul>
|
||||
* <hr>
|
||||
* <h6> File List </h6>
|
||||
* <h6> <a name="Module">Module List</h6>
|
||||
* <center>
|
||||
* <table BORDER COLS=3 WIDTH="50%" >
|
||||
* <tr>
|
||||
@ -71,11 +68,6 @@
|
||||
* \endhtmlonly
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Bidirectional Algorithm</td>
|
||||
* <td>ubidi.h</td>
|
||||
* <td>BiDi</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>String and Character Iteration</td>
|
||||
* <td>chariter.h, ustring.h, utf.h, uchar.h</td>
|
||||
* <td>CharacterIterator, Unicode, UnicodeString</td>
|
||||
@ -86,37 +78,22 @@
|
||||
* <td>UnicodeConverter</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>locale</td>
|
||||
* <td>Locales </td>
|
||||
* <td>uloc.h</a></td>
|
||||
* <td>Locale</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Normalization</td>
|
||||
* <td>unorm.h</td>
|
||||
* <td>Normalizer</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Resource Bundles</td>
|
||||
* <td>ures.h</td>
|
||||
* <td>ResourceBundle</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Compression. Deprecated</td>
|
||||
* <td>scsu.h</td>
|
||||
* <td>N.A</td>
|
||||
* <td>Date and Time Formatting</td>
|
||||
* <td>udat.h</td>
|
||||
* <td>DateFormat</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Arabic Shaping</td>
|
||||
* <td>ushape.h</td>
|
||||
* <td>N.A</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Break Iteration</td>
|
||||
* <td>ubrk.h</td>
|
||||
* <td>BreakIterator</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>calendar</td>
|
||||
* <td>Calendars</td>
|
||||
* <td>ucal.h</td>
|
||||
* <td>Calendar</td>
|
||||
* </tr>
|
||||
@ -131,21 +108,43 @@
|
||||
* <td>NumberFormat</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Date Formatting</td>
|
||||
* <td>udat.h</td>
|
||||
* <td>DateFormat</td>
|
||||
* <td>Normalization</td>
|
||||
* <td>unorm.h</td>
|
||||
* <td>Normalizer</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Transliteration</td>
|
||||
* <td>utrans.h</td>
|
||||
* <td>Transliterator
|
||||
* </td>
|
||||
* </td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Collation</td>
|
||||
* <td>Bidirectional Algorithm</td>
|
||||
* <td>ubidi.h</td>
|
||||
* <td>BiDi</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <tr>
|
||||
* <td>Collation and Searching</td>
|
||||
* <td>ucol.h</td>
|
||||
* <td>Collator</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Text boundary analysis (Break Iteration)</td>
|
||||
* <td>ubrk.h</td>
|
||||
* <td>BreakIterator</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Compression. (Deprecated)</td>
|
||||
* <td>scsu.h</td>
|
||||
* <td>N.A</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Arabic Shaping</td>
|
||||
* <td>ushape.h</td>
|
||||
* <td>N.A</td>
|
||||
* </tr>
|
||||
* </table>
|
||||
* </center>
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user