ICU-3820 Fix doxygen warnings

X-SVN-Rev: 15796
This commit is contained in:
George Rhoten 2004-06-08 23:13:07 +00:00
parent 40e568a7ba
commit 306e874e1d
4 changed files with 12 additions and 8 deletions

View File

@ -134,7 +134,7 @@ class Collator;
*
* <table border="0" width="100%">
* <tr>
* <td>&lt;&lt; thousand &gt;&gt;</strong></td>
* <td><strong>&lt;&lt; thousand &gt;&gt;</strong></td>
* <td>[the rule whose base value is 1,000 is applicable to 25,340]</td>
* </tr>
* <tr>
@ -435,7 +435,8 @@ class Collator;
* <tr>
* <td>nothing</td>
* <td>Perform the mathematical operation on the number, and format the result using the rule
* set containing the current rule, except:<ul>
* set containing the current rule, except:
* <ul>
* <li>You can't have an empty substitution descriptor with a == substitution.</li>
* <li>If you omit the substitution descriptor in a &gt;&gt; substitution in a fraction rule,
* format the result one digit at a time using the rule set containing the current rule.</li>

View File

@ -262,7 +262,8 @@ public:
* setStartRule(TimeFields.APRIL, 1, TimeFields.SUNDAY, 2*60*60*1000);
* The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
* the exact starting date. Their exact meaning depend on their respective signs,
* allowing various types of rules to be constructed, as follows:<ul>
* allowing various types of rules to be constructed, as follows:
* <ul>
* <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
* day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday
* of the month).</li>
@ -305,7 +306,8 @@ public:
* setStartRule(TimeFields.APRIL, 1, TimeFields.SUNDAY, 2*60*60*1000);
* The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
* the exact starting date. Their exact meaning depend on their respective signs,
* allowing various types of rules to be constructed, as follows:<ul>
* allowing various types of rules to be constructed, as follows:
* <ul>
* <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
* day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday
* of the month).</li>

View File

@ -355,7 +355,7 @@ public:
* <p>
* Caller may modify but <b>must not</b> delete the <tt>RuleBasedCollator</tt>!
* Modifications to this collator will affect the original collator passed in to
* the <tt>StringSearch>/tt> constructor or to setCollator, if any.
* the <tt>StringSearch></tt> constructor or to setCollator, if any.
* @return collator used for string search
* @stable ICU 2.0
*/

View File

@ -78,7 +78,8 @@ class StringEnumeration;
*
* TimeZone is an abstract class representing a time zone. A TimeZone is needed for
* Calendar to produce local time for a particular time zone. A TimeZone comprises
* three basic pieces of information:<ul>
* three basic pieces of information:
* <ul>
* <li>A time zone offset; that, is the number of milliseconds to add or subtract
* from a time expressed in terms of GMT to convert it to the same time in that
* time zone (without taking daylight savings time into account).</li>