From 3226204369463f5ef1af1e26700a67c402eefaea Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 5 Dec 2010 14:45:06 +0000 Subject: Fixed one doxygen warning and cleaned up documentation/Makefile. Removed unused statements and old comment. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7953 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Text_Display.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index 75db24b13..d54bbcca9 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -2331,9 +2331,9 @@ void Fl_Text_Display::offset_line_starts( int newTopLineNum ) { /** \brief Update line start arrays and variables. - Update the line starts array, mTopLineNum, mFirstChar and lastChar for text - display "textD" after a modification to the text buffer, given by the - position \pos where the change began, and the numbers of characters + Update the line starts array, mTopLineNum, mFirstChar and lastChar for this + text display after a modification to the text buffer, given by the + position \p pos where the change began, and the numbers of characters and lines inserted and deleted. \param pos index into buffer of recent changes -- cgit v1.2.3