diff options
Diffstat (limited to '')
-rw-r--r-- | src/mds-kbdc/tree.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mds-kbdc/tree.h b/src/mds-kbdc/tree.h index 28d319d..f3ad7f2 100644 --- a/src/mds-kbdc/tree.h +++ b/src/mds-kbdc/tree.h @@ -473,7 +473,11 @@ typedef struct mds_kbdc_tree_let /** * Tree structure for mapping a (possible single element) * sequence of key combinations or strings to another - * combination or string or sequence there of + * combination or string or sequence thereof + * + * Inside functions this can be used for the return value, + * in such case `sequence` should not be `NULL` but + * `sequence.next` and `result` should be `NULL` */ typedef struct mds_kbdc_tree_map { |