diff options
author | Zufu Liu <unknown> | 2025-01-26 08:29:39 +1100 |
---|---|---|
committer | Zufu Liu <unknown> | 2025-01-26 08:29:39 +1100 |
commit | d2eb261358105a089923d4a4b41344f508e97c69 (patch) | |
tree | a51238903dee6616569c377d2be02f72d4510805 /doc | |
parent | f2bc1988dba5ca23692020017aa6f9ee2b4d71cf (diff) | |
download | scintilla-mirror-d2eb261358105a089923d4a4b41344f508e97c69.tar.gz |
Bug [#1539]. Fix some incorrect tags.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 3bc5acd90..886786484 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1121,7 +1121,7 @@ struct Sci_TextRangeFull { If the text argument is NULL(0) then the length that should be allocated to store the entire current line is returned.</p> - <p>See also: <code + <p>See also: <code> <a class="seealso" href="#SCI_GETSELTEXT">SCI_GETSELTEXT</a>, <a class="seealso" href="#SCI_GETLINE">SCI_GETLINE</a>, <a class="seealso" href="#SCI_GETTEXT">SCI_GETTEXT</a>, @@ -7554,7 +7554,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ <p>For many applications lexing documents larger than 4GB will be too sluggish so <code>SC_DOCUMENTOPTION_STYLES_NONE</code> and the null lexer <code>"null"</code> can be used. Another approach is to turn on idle styling with - <code><a class="seealso" href="#SCI_SETIDLESTYLING">SCI_SETIDLESTYLING</code></a>. + <a class="seealso" href="#SCI_SETIDLESTYLING"><code>SCI_SETIDLESTYLING</code></a>. </p> <table class="standard" summary="Document options"> |