aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-11-15 23:50:36 +0000
committernyamatongwe <devnull@localhost>2005-11-15 23:50:36 +0000
commit4747869386bec963f1792d1f61d939500ef9d32e (patch)
treecdcf70c40fa12ece4d0190a8ae214d7ded63cebe
parent404af7cd6d220337b168f247ac7d912230146ce5 (diff)
downloadscintilla-mirror-4747869386bec963f1792d1f61d939500ef9d32e.tar.gz
Removed extra end tags.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index a5e84ec19..dcc816faa 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -5113,10 +5113,10 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next
the source of each notification to be found. The value should be small, preferrably less than 16 bits,
rather than a pointer as some of the functions will only transmit 16 or 32 bits.</p>
- <p><b id="scintilla_send_message">sptr_t scintilla_send_message(ScintillaObject *sci,unsigned int iMessage, uptr_t wParam, sptr_t lParam)</b></b><br />
+ <p><b id="scintilla_send_message">sptr_t scintilla_send_message(ScintillaObject *sci,unsigned int iMessage, uptr_t wParam, sptr_t lParam)</b><br />
The main entry point allows sending any of the messages described in this document.</p>
- <p><b id="scintilla_release_resources">void scintilla_release_resources()</b></b><br />
+ <p><b id="scintilla_release_resources">void scintilla_release_resources()</b><br />
Call this to free any remaining resources after all the Scintilla widgets have been destroyed.</p>
<h2 id="DeprecatedMessages">Deprecated messages and notifications</h2>