summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2014-09-06 20:27:39 +0000
committerGreg Ercolano <erco@seriss.com>2014-09-06 20:27:39 +0000
commit1fefa174c9070fcbbecac9fa895c536e1908efbf (patch)
tree3eaf825ee4e5637431c81fa0fcd82362c7d41f67
parent6928a416e4c543703f9980fb070a254d91b01701 (diff)
Adding some parameter docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10283 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_Text_Display.cxx13
1 files changed, 7 insertions, 6 deletions
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