From cf0949da9e628c2fe50138f08e15022109a9f140 Mon Sep 17 00:00:00 2001
From: nyamatongwe
Date: Tue, 15 Nov 2005 23:50:36 +0000
Subject: Removed extra end tags.
---
doc/ScintillaDoc.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/ScintillaDoc.html')
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.
- sptr_t scintilla_send_message(ScintillaObject *sci,unsigned int iMessage, uptr_t wParam, sptr_t lParam)
+
sptr_t scintilla_send_message(ScintillaObject *sci,unsigned int iMessage, uptr_t wParam, sptr_t lParam)
The main entry point allows sending any of the messages described in this document.
- void scintilla_release_resources()
+
void scintilla_release_resources()
Call this to free any remaining resources after all the Scintilla widgets have been destroyed.
Deprecated messages and notifications
--
cgit v1.2.3