ICU-4053 Improve some documentation.

X-SVN-Rev: 16220
This commit is contained in:
George Rhoten 2004-08-31 17:47:21 +00:00
parent 6305b1b5d8
commit 70c60ebe4e

View File

@ -145,7 +145,9 @@ public:
ResourceBundle(const ResourceBundle &original);
/**
* Constructor from a C UResourceBundle.
* Constructor from a C UResourceBundle. The resource bundle is
* copied and not adopted. ures_close will still need to be used on the
* original resource bundle.
*
* @param res A pointer to the C resource bundle.
* @param status A UErrorCode value.