From 45b87db2b7f9e8d9fde19b5ccf8e653af13eb326 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 5 Nov 2013 19:16:23 -0500 Subject: [PATCH] A few minor updates to the BView docs --- docs/user/interface/View.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.