From 9512f57c6bd843b171b3f8a64d00ed5b1ab0089a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 27 Apr 2011 13:54:12 +1000 Subject: Include arguments in references. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 5a241e6d6..62f8a6eb9 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3695,8 +3695,8 @@ struct Sci_TextToFind { SCI_SETINDICATORCURRENT(int indicator)
SCI_GETINDICATORCURRENT
These two messages set and get the indicator that will be affected by calls to - SCI_INDICATORFILLRANGE and - SCI_INDICATORCLEARRANGE. + SCI_INDICATORFILLRANGE(int position, int fillLength) and + SCI_INDICATORCLEARRANGE(int position, int clearLength).

-- cgit v1.2.3