diff options
author | pommicket <pommicket@gmail.com> | 2022-12-23 00:18:07 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-23 00:18:07 -0500 |
commit | 7f98e047cb791b84cc955f534a7e94395fed1ae0 (patch) | |
tree | b295b9bdbd8ad4bcd88e7e73f025109d5b63af93 /ted.h | |
parent | daee4283b56603e172aac547c20c5534e588f60d (diff) |
show documentation!
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -368,6 +368,7 @@ typedef struct { char *filter; char *text; char *detail; // this can be NULL! + char *documentation; // this can be NULL! bool deprecated; SymbolKind kind; } Autocompletion; |