diff options
Diffstat (limited to 'doc/html/qsyntaxhighlighter.html')
-rw-r--r-- | doc/html/qsyntaxhighlighter.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qsyntaxhighlighter.html b/doc/html/qsyntaxhighlighter.html index 6d4add4cf..196d1d577 100644 --- a/doc/html/qsyntaxhighlighter.html +++ b/doc/html/qsyntaxhighlighter.html @@ -94,7 +94,7 @@ paragraph is currently highlighted. i.e. on paragraphs which have changed. <p> In your reimplementation you should parse the paragraph's <em>text</em> and call <a href="#setFormat">setFormat</a>() as often as necessary to apply any font and -color changes that you retquire. Your function must return a value +color changes that you require. Your function must return a value which indicates the paragraph's end state: see below. <p> Some syntaxes can have constructs that span paragraphs. For example, a C++ syntax highlighter should be able to cope with |