diff options
author | nyamatongwe <unknown> | 2005-11-15 23:50:36 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-11-15 23:50:36 +0000 |
commit | cf0949da9e628c2fe50138f08e15022109a9f140 (patch) | |
tree | cdcf70c40fa12ece4d0190a8ae214d7ded63cebe | |
parent | b4e2719fa215ec1f2ed4fd1ab57977096538adc4 (diff) | |
download | scintilla-mirror-cf0949da9e628c2fe50138f08e15022109a9f140.tar.gz |
Removed extra end tags.
-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 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> |