aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gen_iface.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-10 13:48:09 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-10 13:48:09 -0400
commit8907101cae680a017677288aff0dda4175a5e46f (patch)
treea8d99a31be87cc1c3a687388c893a3f7681a1462 /scripts/gen_iface.lua
parent6ac71810842be3cb8845d8e8230d22300c32bc22 (diff)
Stop documenting some non-useful buffer functions and fields.
Diffstat (limited to 'scripts/gen_iface.lua')
-rwxr-xr-xscripts/gen_iface.lua2
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'
}