summaryrefslogtreecommitdiff
path: root/src/Fl_Text_Display.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2010-12-05 14:45:06 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2010-12-05 14:45:06 +0000
commit3226204369463f5ef1af1e26700a67c402eefaea (patch)
tree017f1cc717a48896f12cffd3316de577cbf5104c /src/Fl_Text_Display.cxx
parent65d02841c2ca905ec3cb72c6ae1460fe254df753 (diff)
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
Diffstat (limited to 'src/Fl_Text_Display.cxx')
-rw-r--r--src/Fl_Text_Display.cxx6
1 files changed, 3 insertions, 3 deletions
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