ICU-6297 doxygen fixes (partial)

X-SVN-Rev: 23959
This commit is contained in:
Steven R. Loomis 2008-05-21 21:34:54 +00:00
parent 70f7c99eab
commit 8bfc121f97
7 changed files with 14 additions and 13 deletions

1
.gitignore vendored
View File

@ -54,6 +54,7 @@ icu4c/source/data/icupkg.inc
icu4c/source/data/in
icu4c/source/data/makedata.vcproj.*.*.user
icu4c/source/data/out
icu4c/source/doc
icu4c/source/extra/Makefile
icu4c/source/extra/scrptrun/Makefile
icu4c/source/extra/uconv/*.d

View File

@ -1,7 +1,7 @@
/*
******************************************************************************
*
* Copyright (C) 1997-2005, International Business Machines
* Copyright (C) 1997-2008, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
@ -58,7 +58,7 @@
* If u_setDataDirectory() has been called, that is it, otherwise
* if the ICU_DATA environment variable is set, use that, otherwise
* If a data directory was specifed at ICU build time
* (#define ICU_DATA_DIR "path"), use that,
* <code>( #define ICU_DATA_DIR "path" )</code>, use that,
* otherwise no data directory is available.
*
* @return the data directory, or an empty string ("") if no data directory has

View File

@ -1644,7 +1644,7 @@ ubidi_reorderVisual(const UBiDiLevel *levels, int32_t length, int32_t *indexMap)
* inverse map will have a value equal to <code>UBIDI_MAP_NOWHERE</code>.
*
* @param length is the length of each array.
* @See UBIDI_MAP_NOWHERE
* @see UBIDI_MAP_NOWHERE
* @stable ICU 2.0
*/
U_STABLE void U_EXPORT2

View File

@ -1,6 +1,6 @@
/*
**********************************************************************
* Copyright (C) 1999-2007, International Business Machines
* Copyright (C) 1999-2008, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* ucnv.h:
@ -316,7 +316,7 @@ ucnv_compareNames(const char *name1, const char *name2);
* @see ucnv_getAlias
* @see ucnv_getDefaultName
* @see ucnv_close
* @ee ucnv_compareNames
* @see ucnv_compareNames
* @stable ICU 2.0
*/
U_STABLE UConverter* U_EXPORT2
@ -346,7 +346,7 @@ ucnv_open(const char *converterName, UErrorCode *err);
* @see ucnv_open
* @see ucnv_openCCSID
* @see ucnv_close
* @ee ucnv_compareNames
* @see ucnv_compareNames
* @stable ICU 2.0
*/
U_STABLE UConverter* U_EXPORT2

View File

@ -63,14 +63,14 @@ class RuleParser;
* before the test as in the previous example. The second part applies
* a different modulus and also uses negation, thus it matches all
* numbers _not_ in 12, 13, 14, 112, 113, 114, 212, 213, 214...
* </p><pre>
* </p>
*
* Keywords
* could be defined by users or from ICU locale data. There are 6
* predefined values in ICU - 'zero', 'one', 'two', 'few', 'many' and
* 'other'. Callers need to check the value of keyword returned by
* {@link #select} method.
* </p><pre>
* </p>
*
* Examples:<pre>
* UnicodeString keyword = pl->select(number);
@ -78,7 +78,7 @@ class RuleParser;
* ...
* }
* else if ( ... )
*
* </pre>
*/
class U_I18N_API PluralRules : public UObject {
public:

View File

@ -1,6 +1,6 @@
/*
*******************************************************************************
* Copyright (C) 1996-2007, International Business Machines
* Copyright (C) 1996-2008, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
*/
@ -363,7 +363,7 @@ typedef enum UDateFormatField {
UDAT_TIMEZONE_GENERIC_FIELD = 24,
/**
* FieldPosition selector for 'c' field alignment,
* corresponding to the {@link #UCAL_DAY} field.
* corresponding to the {@link #UCAL_DATE} field.
* This displays the stand alone day name, if available.
* @stable ICU 3.4
*/

View File

@ -479,8 +479,8 @@ uregex_reset(URegularExpression *regexp,
* is less than zero or greater than the length of the string being matched.
*
* @param regexp The compiled regular expression.
* @param start The index to begin searches at.
* @param limit The index to end searches at (exclusive).
* @param regionStart The index to begin searches at.
* @param regionLimit The index to end searches at (exclusive).
* @param status A pointer to a UErrorCode to receive any errors.
* @draft ICU 4.0
*/