File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
icu4c/source/i18n/unicode Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments