Minor doc changes
This commit is contained in:
parent
ca7c20e8d7
commit
95faf2ce54
@ -528,7 +528,7 @@ ShowImageApp::MessageReceived(BMessage *message)
|
|||||||
/*!
|
/*!
|
||||||
\fn status_t BHandler::GetSupportedSuites(BMessage* data)
|
\fn status_t BHandler::GetSupportedSuites(BMessage* data)
|
||||||
\brief Reports the suites of messages and specifiers that derived classes
|
\brief Reports the suites of messages and specifiers that derived classes
|
||||||
understand.
|
understand.
|
||||||
|
|
||||||
\since BeOS R3
|
\since BeOS R3
|
||||||
*/
|
*/
|
||||||
|
@ -778,7 +778,7 @@ SetViewColor(Parent()->ViewColor());
|
|||||||
\fn status_t BView::AllUnarchived(const BMessage* from)
|
\fn status_t BView::AllUnarchived(const BMessage* from)
|
||||||
\brief Hook method called when all views have been unarchived.
|
\brief Hook method called when all views have been unarchived.
|
||||||
|
|
||||||
\since Haiku R1
|
\since BeOS R3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -786,7 +786,7 @@ SetViewColor(Parent()->ViewColor());
|
|||||||
\fn status_t BView::AllArchived(BMessage* into) const
|
\fn status_t BView::AllArchived(BMessage* into) const
|
||||||
\brief Hook method called when all views have been archived.
|
\brief Hook method called when all views have been archived.
|
||||||
|
|
||||||
\since Haiku R1
|
\since BeOS R3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -866,8 +866,8 @@ SetViewColor(Parent()->ViewColor());
|
|||||||
\fn void BView::FrameResized(float newWidth, float newHeight)
|
\fn void BView::FrameResized(float newWidth, float newHeight)
|
||||||
\brief Hook method called when the view is resized.
|
\brief Hook method called when the view is resized.
|
||||||
|
|
||||||
\param newWidth The new \a width of the view.
|
\param newWidth The new width of the view.
|
||||||
\param newHeight The new \a height of the view.
|
\param newHeight The new height of the view.
|
||||||
|
|
||||||
\since BeOS R3
|
\since BeOS R3
|
||||||
*/
|
*/
|
||||||
@ -3908,10 +3908,7 @@ SetViewColor(Parent()->ViewColor());
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn status_t BView::GetSupportedSuites(BMessage* data)
|
\fn status_t BView::GetSupportedSuites(BMessage* data)
|
||||||
\brief Reports the suites of messages and specifiers understood by the
|
\copydoc BHandler::GetSupportedSuites()
|
||||||
view.
|
|
||||||
|
|
||||||
\copydetails BHandler::GetSupportedSuites()
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user