From f5081ee1b3788b6661a65917f2e6e073e7cc8da8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 1 Mar 2011 00:05:50 -0500 Subject: Updated documentation; scripts/gen_iface.lua --- scripts/gen_iface.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/gen_iface.lua') diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua index e8f94560..74a1f8b4 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -1,6 +1,8 @@ #!/usr/bin/lua -- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. +-- This script generates the _SCINTILLA table from SciTE's Lua Interface tables. + local f = io.open('../../scite-latest/scite/src/IFaceTable.cxx') local contents = f:read('*all') f:close() -- cgit v1.2.3