]> granicus.if.org Git - icu/commitdiff
ICU-10700 fix minor API docs bug
authorMarkus Scherer <markus.icu@gmail.com>
Wed, 12 Mar 2014 18:53:11 +0000 (18:53 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Wed, 12 Mar 2014 18:53:11 +0000 (18:53 +0000)
X-SVN-Rev: 35436

icu4c/source/i18n/unicode/calendar.h

index 6ef85095d5814866c298873f5cb4b39d8b9773c3..d05800c3d9ec7a48c407deaa4c237cdb12f6772e 100644 (file)
@@ -2365,11 +2365,12 @@ private:
      * register call.  Key becomes invalid after a successful call and should not be used again.
      * The CalendarFactory corresponding to the key will be deleted.
      * INTERNAL in 2.6
-     * @param key the registry key returned by a previous call to registerFactory
+     *
      * Because ICU may choose to cache Calendars internally, this should
      * be called during application shutdown, after all calls to
      * Calendar::createInstance to avoid undefined behavior.
      *
+     * @param key the registry key returned by a previous call to registerFactory
      * @param status the in/out status code, no special meanings are assigned
      * @return TRUE if the factory for the key was successfully unregistered
      * @internal