task docgen

This commit is contained in:
Oleksandr Smirnov 2025-03-19 18:03:27 +02:00
parent 15a17a7283
commit ad1d04a3e0
No known key found for this signature in database

View file

@ -134,14 +134,14 @@ Example:
`struct_tags.add`({...})
tags to a struct under the cursor
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`({...})
tags from a struct under the cursor
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()*