From d4a640ec2e3bddce431608e6e7a1b4db81062a91 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 9 Nov 2017 13:58:35 -0800 Subject: [PATCH] Replace pt0 and pt1 with start and end --- docs/user/interface/View.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/interface/View.dox b/docs/user/interface/View.dox index 98bade3b65..dd0f32c0dd 100644 --- a/docs/user/interface/View.dox +++ b/docs/user/interface/View.dox @@ -3542,11 +3542,11 @@ SetViewColor(Parent()->ViewColor()); /*! \fn void BView::AddLine(BPoint start, BPoint end, rgb_color color); - \brief Add a line to the line array from point \a pt0 to point \a pt1. + \brief Add a line to the line array drawn from \a start to \a end. \param start The \a start point of the line. \param end The \a end point of the line. - \param color The line \a color. + \param color The \a color to draw the line. \since BeOS R3 */