ICU-849 Made the docs pretty

X-SVN-Rev: 4282
This commit is contained in:
Ram Viswanadha 2001-03-22 20:07:44 +00:00
parent ae3ec9f251
commit 7980af65c6
4 changed files with 11 additions and 11 deletions

View File

@ -75,9 +75,9 @@
* For example, if it can be assumed that a string is well-formed and the index will stay within the bounds,
* then the _UNSAFE version may be used.
* If a UTF-8 string is to be processed, then the macros with UTF8_ prefixes need to be used.</p>
* <b>Usage:</b> ICU coding guidelines for if() statements should be followed when using these macros
* <p><b>Usage:</b> ICU coding guidelines for if() statements should be followed when using these macros.
* Compound statements (curly braces {}) must be used for if-else-while...
* bodies and all macro statements should be terminated with semicolon.
* bodies and all macro statements should be terminated with semicolon.</p>
*/
#ifndef __UTF_H__

View File

@ -24,9 +24,9 @@
* "Unsafe" macros are designed for maximum speed.
* utf16.h is included by utf.h after unicode/umachine.h
* and some common definitions.</p>
* <b>Usage:</b> ICU coding guidelines for if() statements should be followed when using these macros
* Compound statements (curly braces {}) must be used for if-else-while...
* bodies and all macro statements should be terminated with semicolon.
* <p><b>Usage:</b> ICU coding guidelines for if() statements should be followed when using these macros.
* Compound statements (curly braces {}) must be used for if-else-while...
* bodies and all macro statements should be terminated with semicolon.</p>
*/
#ifndef __UTF16_H__

View File

@ -22,9 +22,9 @@
* in utf16.h.
* utf32.h is included by utf.h after unicode/umachine.h</p>
* and some common definitions.
* <b>Usage:</b> ICU coding guidelines for if() statements should be followed when using these macros
* Compound statements (curly braces {}) must be used for if-else-while...
* bodies and all macro statements should be terminated with semicolon.
* <p><b>Usage:</b> ICU coding guidelines for if() statements should be followed when using these macros.
* Compound statements (curly braces {}) must be used for if-else-while...
* bodies and all macro statements should be terminated with semicolon.</p>
*/
#ifndef __UTF32_H__

View File

@ -23,9 +23,9 @@
* in utf16.h.
* utf8.h is included by utf.h after unicode/umachine.h
* and some common definitions.</p>
* <b>Usage:</b> ICU coding guidelines for if() statements should be followed when using these macros
* Compound statements (curly braces {}) must be used for if-else-while...
* bodies and all macro statements should be terminated with semicolon.
* <p><b>Usage:</b> ICU coding guidelines for if() statements should be followed when using these macros.
* Compound statements (curly braces {}) must be used for if-else-while...
* bodies and all macro statements should be terminated with semicolon.</p>
*/