Skip to content

Commit d9c9231

Browse files
committed
Fix doc comments
1 parent 9c718f0 commit d9c9231

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

icu4c/source/i18n/unicode/messageformat2_function_registry.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,8 @@ namespace message2 {
429429
status = U_MF_SELECTOR_ERROR;
430430
}
431431
}
432-
/* Returns the name of the function that constructed this value.
432+
/**
433+
* Returns the name of the function that constructed this value.
433434
*
434435
* @returns A string representing a function name. The string does
435436
* not include a leading ':'.
@@ -438,7 +439,8 @@ namespace message2 {
438439
* @deprecated This API is for technology preview only.
439440
*/
440441
virtual const UnicodeString& getFunctionName() const { return functionName; }
441-
/* Returns a fallback string that can be used as output
442+
/**
443+
* Returns a fallback string that can be used as output
442444
* if processing this function results in an error.
443445
* *
444446
* @returns A string determined by the creator of this FunctionValue.

0 commit comments

Comments
 (0)