Preserve recent changes to wxSTC documentation

Recent commits 8fbca5cb70 and c68e5d0617 fixed some typos is the
documentation for wxSTC. Unfortunatly these changes will be lost the
next time the wxSTC files are regenerated. This commit modifies
stc.interface.h.in and gen_docs.py to ensure that these changes are
preserved when the wxSTC files are regenerated.
This commit is contained in:
New Pagodi
2019-01-30 18:18:21 -06:00
parent 22fc3cff8f
commit ebdc838151
2 changed files with 9 additions and 3 deletions

View File

@@ -844,7 +844,13 @@ docSubstitutions = {
'SC_SEL_RECTANGLE':'wxSTC_SEL_RECTANGLE','SC_SEL_THIN':'wxSTC_SEL_THIN', 'SC_SEL_RECTANGLE':'wxSTC_SEL_RECTANGLE','SC_SEL_THIN':'wxSTC_SEL_THIN',
'SC_SEL_LINES':'wxSTC_SEL_LINES'}, 'SC_SEL_LINES':'wxSTC_SEL_LINES'},
'SetFontQuality':{' from the FontQuality enumeration':''} 'SetFontQuality':{' from the FontQuality enumeration':''},
'GetWrapVisualFlags':{'Retrive':'Retrieve'},
'GetWrapVisualFlagsLocation':{'Retrive':'Retrieve'},
'GetWrapStartIndent':{'Retrive':'Retrieve'}
} }