task docgen
This commit is contained in:
parent
15a17a7283
commit
ad1d04a3e0
1 changed files with 2 additions and 2 deletions
|
|
@ -134,14 +134,14 @@ Example:
|
||||||
`struct_tags.add`({...})
|
`struct_tags.add`({...})
|
||||||
tags to a struct under the cursor
|
tags to a struct under the cursor
|
||||||
Parameters ~
|
Parameters ~
|
||||||
{...} `(string)` Tags to add to the struct fields. If not provided, it will use [config.tag.default_tag]
|
{...} `(string)` Tags to add to the struct fields. If not provided, it will use [config.gotag.default_tag]
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*struct_tags.remove()*
|
*struct_tags.remove()*
|
||||||
`struct_tags.remove`({...})
|
`struct_tags.remove`({...})
|
||||||
tags from a struct under the cursor
|
tags from a struct under the cursor
|
||||||
Parameters ~
|
Parameters ~
|
||||||
{...} `(string)` Tags to add to the struct fields. If not provided, it will use [config.tag.default_tag]
|
{...} `(string)` Tags to add to the struct fields. If not provided, it will use [config.gotag.default_tag]
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*struct_tags.clear()*
|
*struct_tags.clear()*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue