diff options
author | Neil <nyamatongwe@gmail.com> | 2016-09-20 09:06:59 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-09-20 09:06:59 +1000 |
commit | 2b34a818fdb8ebd2d472aac17ccd05a5ab9bef33 (patch) | |
tree | 34961eae2fda65af98fe5674a04246e8371e276f | |
parent | a15af913ee4a1e3373a3df8a1d7c5e81f3f0b9cf (diff) | |
download | scintilla-mirror-2b34a818fdb8ebd2d472aac17ccd05a5ab9bef33.tar.gz |
Make documentation reference similar to other cases.
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 700d06b62..739a38a6f 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3395,7 +3395,9 @@ struct Sci_TextToFind { This mode is incompatible with buffered drawing and will act as <code>SC_PHASES_TWO</code> if buffered drawing is turned on. Multiple phase drawing is slower than two phase drawing. - Setting the layout cache to <a class="message" href="#SCI_SETLAYOUTCACHE">SC_CACHE_PAGE</a> + Setting the layout cache with + <a class="message" href="#SCI_SETLAYOUTCACHE"><code> + SCI_SETLAYOUTCACHE(SC_CACHE_PAGE)</code></a> or higher can ensure that multiple phase drawing is not significantly slower.</p> <p><b id="SCI_SETTWOPHASEDRAW">SCI_SETTWOPHASEDRAW(bool twoPhase)</b><br /> |