From 1fefa174c9070fcbbecac9fa895c536e1908efbf Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sat, 6 Sep 2014 20:27:39 +0000 Subject: Adding some parameter docs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10283 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Text_Display.cxx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/Fl_Text_Display.cxx') diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index 56563ac74..0923aa2ff 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -3247,12 +3247,13 @@ void Fl_Text_Display::measure_deleted_lines(int pos, int nDeleted) { and the styleBufOffset argument must indicate the starting position of the copy, to take into account the correct style information. - \param buf - \param startPos - \param maxPos - \param maxLines - \param startPosIsLineStart - \param styleBufOffset + \param[in] buf The text buffer to operate on + \param[in] startPos Starting index position into the buffer + \param[in] maxPos Maximum index position into the buffer we'll reach + \param[in] maxLines Maximum number of lines we'll reach + \param[in] startPosIsLineStart Flag indicating if startPos is start of line. + (If set, prevents our having to find the line start) + \param[in] styleBufOffset Offset index position into style buffer. \param[out] retPos Position where counting ended. When counting lines, the position returned is the start of the line "maxLines" lines -- cgit v1.2.3