ICU-6297 fixup doxygen tags

X-SVN-Rev: 24246
This commit is contained in:
Steven R. Loomis 2008-06-20 00:42:38 +00:00
parent 9ef387262f
commit a00a971eea
3 changed files with 7 additions and 12 deletions

View File

@ -1,7 +1,7 @@
# Doxyfile 1.3.7
# ********************************************************************
# * COPYRIGHT:
# * Copyright (c) 2004-2007, International Business Machines Corporation
# * Copyright (c) 2004-2008, International Business Machines Corporation
# * and others. All Rights Reserved.
# ********************************************************************
@ -35,7 +35,7 @@ ALIASES = "memo=\par Note:\n" \
"deprecated=\xrefitem deprecated \"Deprecated\" \"Deprecated List\"" \
"obsolete=\xrefitem obsolete \"Obsolete\" \"Obsolete List\"" \
"system=\xrefitem system \"System\" \"System List\" \n Do not use unless you know what you are doing." \
"internal=\xrefitem internal \"Internal\" \"Internal List\" Do not use. This API is for interal use only."
"internal=\xrefitem internal \"Internal\" \"Internal List\" Do not use. This API is for internal use only."
OPTIMIZE_OUTPUT_FOR_C = YES
OPTIMIZE_OUTPUT_JAVA = NO

View File

@ -1,6 +1,6 @@
/*
**********************************************************************
* Copyright (C) 1998-2007, International Business Machines
* Copyright (C) 1998-2008, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*
@ -70,10 +70,6 @@
* Jitterbug 2145 and its icu mailing list proposal on 2002-sep-18.
*/
/**
* \defgroup ustring_ustrlen
*/
/*@{*/
/**
* Determine the length of an array of UChar.
*
@ -83,7 +79,6 @@
*/
U_STABLE int32_t U_EXPORT2
u_strlen(const UChar *s);
/*@}*/
/**
* Count Unicode code points in the length UChar code units of the string.

View File

@ -1,6 +1,6 @@
/*
*******************************************************************************
* Copyright (C) 1997-2007, International Business Machines Corporation and others.
* Copyright (C) 1997-2008, International Business Machines Corporation and others.
* All Rights Reserved.
* Modification History:
*
@ -95,9 +95,9 @@
* num = unum_parse(nf, str, u_strlen(str), &pos, &status);
* \endcode
* </pre>
* Use UCAL_DECIMAL to get the normal number format for that country.
* There are other static options available. Use UCAL_CURRENCY
* to get the currency number format for that country. Use UCAL_PERCENT
* Use UNUM_DECIMAL to get the normal number format for that country.
* There are other static options available. Use UNUM_CURRENCY
* to get the currency number format for that country. Use UNUM_PERCENT
* to get a format for displaying percentages. With this format, a
* fraction from 0.53 is displayed as 53%.
* <P>