diff options
author | 2015-03-10 13:48:09 -0400 | |
---|---|---|
committer | 2015-03-10 13:48:09 -0400 | |
commit | 8907101cae680a017677288aff0dda4175a5e46f (patch) | |
tree | a8d99a31be87cc1c3a687388c893a3f7681a1462 /scripts | |
parent | 6ac71810842be3cb8845d8e8230d22300c32bc22 (diff) | |
download | textadept-8907101cae680a017677288aff0dda4175a5e46f.tar.gz textadept-8907101cae680a017677288aff0dda4175a5e46f.zip |
Stop documenting some non-useful buffer functions and fields.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen_iface.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua index 143ab205..f4ba6e0d 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -13,7 +13,7 @@ local types = { local ignores = { -- constants to ignore '^INDIC[012S]_', '^INVALID_POSITION', '^KEYWORDSET_MAX', '^SC_CACHE_', '^SC_CHARSET_', '^SC_CP_DBCS', '^SC_EFF_', '^SC_FONT_SIZE_MULTIPLIER', - '^SC_INDIC', '^SC_LINE_END_TYPE_', '^SC_PRINT_', '^SC_STATUS_', + '^SC_INDIC', '^SC_LINE_END_TYPE_', '^SC_PHASES_', '^SC_PRINT_', '^SC_STATUS_', '^SC_TECHNOLOGY_', '^SC_TYPE_', '^SC_WEIGHT_', '^SCE_', '^SCEN_', '^SCFIND_POSIX', '^SCI_', '^SCK_', '^SCLEX_', '^UNDO_MAY_COALESCE' } |