Replace pt0 and pt1 with start and end

This commit is contained in:
John Scipione
2017-11-09 13:58:35 -08:00
parent 44b874666a
commit d4a640ec2e
+2 -2
View File
@@ -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
*/