docs: add check_textlock attribute

This commit is contained in:
notomo
2020-11-24 21:37:29 +09:00
parent 356319f356
commit 93ba977793
2 changed files with 58 additions and 22 deletions

View File

@@ -186,6 +186,7 @@ param_exclude = (
# Annotations are displayed as line items after API function descriptions.
annotation_map = {
'FUNC_API_FAST': '{fast}',
'FUNC_API_CHECK_TEXTLOCK': 'not allowed when |textlock| is active',
}