Update the BString documentation.

* Remove the reference to BString::fPrivateData, as it currently really
   is marked as private and as such disappeared from the docs.
 * Add the various character methods that have been added in the
   previous revisions.
This commit is contained in:
Niels Sascha Reedijk
2012-05-12 11:54:07 +02:00
parent 93a13fb071
commit 4b140bad0d
2 changed files with 454 additions and 187 deletions
+2 -3
View File
@@ -30,9 +30,8 @@ some specific examples:
- Likewise, you'll find \c support/byteorder.h and \c support/ByteOrder.h - Likewise, you'll find \c support/byteorder.h and \c support/ByteOrder.h
in BeOS; Haiku only has ByteOrder.h. in BeOS; Haiku only has ByteOrder.h.
- If you have subclassed BString and if you are using its \c _privateData - If you have subclassed BString and if you are using its \c _privateData
member, you might notice that it has been renamed to member, you might notice that it is no longer mentioned in the documentation.
\link BString::fPrivateData fPrivateData \endlink. However, it's use is This is because it has been marked as private.
deprecated, and it might even be made private in the future.
- The undocumented functions defined in Alias.h from the storage kit are not - The undocumented functions defined in Alias.h from the storage kit are not
implemented. implemented.
- The private Device Map API (used by OpenTracker) has been replaced by a - The private Device Map API (used by OpenTracker) has been replaced by a
File diff suppressed because it is too large Load Diff