Update the style of the Haiku Book to resemble the User Guide.
If you have never seen this before you are in for a bit of a shock. Update the Doxyfile to 1.7.3 (the version that gets auto-generated). Update the book.dox front page with some nice introductory text. Add new documentation for the following classes: BCheckBox BClipboard BColorControl BControl BEntryList BView (preliminary) Remove redundant documentation from src/kits/storage/EntryList.cpp Minor documentation update for the following classes: BAlert BApplication BArchivable BBox BButton BCatalog BFindDirectory BHandler BUnarchiver BString git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43096 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1369,21 +1369,21 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn BString& BString::ReplaceSet(const char *setOfChars, char with)
|
||||
\fn BString& BString::ReplaceSet(const char *setOfBytes, char with)
|
||||
\brief Replaces characters that are in a certain set with a chosen
|
||||
character.
|
||||
|
||||
\param setOfChars The set of characters that need to be replaced.
|
||||
\param setOfBytes The set of characters that need to be replaced.
|
||||
\param with The character to replace the occurences with.
|
||||
|
||||
\return This method always returns \c *this.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn BString& BString::ReplaceSet(const char *setOfChars, const char *with)
|
||||
\fn BString& BString::ReplaceSet(const char *setOfBytes, const char *with)
|
||||
\brief Replaces characters that are in a certain set with a chosen string.
|
||||
|
||||
\param setOfChars The set of characters that need to be replaced.
|
||||
\param setOfBytes The set of characters that need to be replaced.
|
||||
\param with The string to replace the occurences with.
|
||||
|
||||
\return This method always returns \c *this.
|
||||
|
||||
Reference in New Issue
Block a user