HaikuBook: fix warnings generated by Doxygen 1.18.16.
This version generates some warnings and identified some problems in our documentation. It is also a bit more vigilant about undocumented elements, so these are now decorated with a brief description. In the BNotification docs I used a stray \p to create some whitespace between code and an image. This is now fixed in the CSS instead.
This commit is contained in:
@@ -636,18 +636,6 @@
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn BString& BString::operator+=(const BString& string)
|
||||
\brief Append the given \a string to the end of the BString.
|
||||
|
||||
\param string The string to append.
|
||||
|
||||
\return This method always returns \c *this.
|
||||
|
||||
\sa Append(const BString&, int32)
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn BString& BString::Append(const BString& string)
|
||||
\brief Append the given \a string to the end of the BString.
|
||||
@@ -1998,8 +1986,6 @@
|
||||
\fn int32 BString::IFindFirst(const char* string) const
|
||||
\brief Find the first occurrence of the given \a string case-insensitively.
|
||||
|
||||
\param string The \a string to search for.
|
||||
|
||||
\copydetails FindFirst(const char*) const
|
||||
*/
|
||||
|
||||
@@ -2582,24 +2568,6 @@
|
||||
//! @{
|
||||
|
||||
|
||||
/*!
|
||||
\fn char& BString::operator[](int32 index)
|
||||
\brief Return a reference to the data at the given offset.
|
||||
|
||||
This function can be used to read a byte.
|
||||
There is no bounds checking though, so make sure the \c index
|
||||
you supply is valid.
|
||||
|
||||
\param index The index (zero-based) of the byte to get.
|
||||
|
||||
\return Returns a reference to the specified byte.
|
||||
|
||||
\sa ByteAt(int32 index) for a safer version.
|
||||
|
||||
\since BeOS R5
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn char BString::operator[](int32 index) const
|
||||
\brief Returns the character in the string at the given offset.
|
||||
|
||||
Reference in New Issue
Block a user