ICU-849 Made the docs pretty
X-SVN-Rev: 4282
This commit is contained in:
parent
ae3ec9f251
commit
7980af65c6
@ -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__
|
||||
|
@ -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__
|
||||
|
@ -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__
|
||||
|
@ -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>
|
||||
*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user