Skip to content

Commit

Permalink
Fix the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Aug 17, 2023
1 parent ee938cc commit ef20a81
Showing 1 changed file with 28 additions and 6 deletions.
34 changes: 28 additions & 6 deletions doc/ddu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ default options.
*ddu-option-actionOptions*
actionOptions (dictionary)
It is a dictionary that maps action names to its options.
The options with the name "_" is used as the options for all
names.
See also |ddu-action-options|.

Default: {}
Expand All @@ -113,6 +115,8 @@ actionParams (dictionary)
*ddu-option-columnOptions*
columnOptions (dictionary)
It is a dictionary that maps column names to its options.
The options with the name "_" is used as the options for all
names.
See also |ddu-column-options|.

Default: {}
Expand All @@ -132,6 +136,8 @@ expandInput (boolean)
*ddu-option-filterOptions*
filterOptions (dictionary)
It is a dictionary that maps filter names to its options.
The options with the name "_" is used as the options for all
names.
See also |ddu-filter-options|.

Default: {}
Expand All @@ -150,6 +156,22 @@ input (string)

Default: ""

*ddu-option-kindOptions*
kindOptions (dictionary)
It is a dictionary that maps kind names to its options.
The options with the name "_" is used as the options for all
names.
See also |ddu-kind-options|.

Default: {}

*ddu-option-kindParams*
kindParams (dictionary)
It is a dictionary that maps kind names to its parameters.
See also |ddu-kind-params|.

Default: {}

*ddu-option-name*
name (string)
Specify the name.
Expand Down Expand Up @@ -202,9 +224,9 @@ searchPath (string | string[])

*ddu-option-sourceOptions*
sourceOptions (dictionary)
It is a dictionary that maps source names to its options. The
options with the name "_" is used as the options for all
sources.
It is a dictionary that maps source names to its options.
The options with the name "_" is used as the options for all
names.
See also |ddu-source-options|.

Default: {}
Expand Down Expand Up @@ -256,9 +278,9 @@ ui (string | dictionary)

*ddu-option-uiOptions*
uiOptions (dictionary)
It is a dictionary that maps UI names to its options. The
options with the name "_" is used as the options for all
UIs.
It is a dictionary that maps UI names to its options.
The options with the name "_" is used as the options for all
names.
See also |ddu-ui-options|.

Default: {}
Expand Down

0 comments on commit ef20a81

Please sign in to comment.