Skip to content

Commit 365c27f

Browse files
committed
Update doc.
1 parent da2f17d commit 365c27f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,6 @@ The following are advance examples for document string in `C++`.
144144

145145
You are able to customize default document string by tweaking these variables.
146146

147-
### Varialbe Name
148-
149-
* `docstr-format-param` - Format string contain parameter data.
150-
* `docstr-format-return`
151-
152147
### Type Name
153148

154149
* `docstr-show-type-name`
@@ -168,6 +163,11 @@ You can change this value as well if you don't like the default type name. This
168163
variable is generally use for programming languages that aren't strong type.
169164
Like `Python`, `JavaScript`, `PHP`, etc.
170165

166+
### Variable Name
167+
168+
* `docstr-format-param` - Format string contain parameter data.
169+
* `docstr-format-return`
170+
171171
## Configure Faces
172172

173173
This package provides a way to customize the document string faces in a

0 commit comments

Comments
 (0)