diff --git a/docs/user/interface/View.dox b/docs/user/interface/View.dox index d227f64e24..ddfb9c3dba 100644 --- a/docs/user/interface/View.dox +++ b/docs/user/interface/View.dox @@ -646,7 +646,7 @@ SetViewColor(Parent()->ViewColor()); \fn BView::BView(BMessage* archive) \brief Archive constructor. - \param archive The data \a archive message to construct the view from. + \param archive The message data to construct the view from. */ @@ -671,7 +671,7 @@ SetViewColor(Parent()->ViewColor()); \brief Creates a new BView object from the \a data message. \returns A newly created BView object or \c NULL if the message doesn't - contain an archived BView object. + contain an archived BView. */ @@ -1192,7 +1192,7 @@ SetViewColor(Parent()->ViewColor()); /*! \fn bool BView::IsPrinting() const - \brief Returns whether or not the BView object is drawing to a printer. + \brief Returns whether or not the view is drawing to a printer. This method should only be called from the Draw() or DrawAfterChildren() methods. If called from any other method this method returns \c false.