lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

[Question / Feature Request] How to dump documentation information to file?

Open sewbacca opened this issue 3 years ago • 1 comments

I would like to use my in code documentation to generate a markdown document to create a README.md (e.g. for my lfsampler). Since LDoc didn't like my comments, it was easier to copy and paste it by hand. Before I write a script that parses the documentation, might it be possible to dump the documentation into a condensed format? For example as lua files?

sewbacca avatar Jul 06 '22 13:07 sewbacca

At present, there are only some hacks, see #717

sumneko avatar Jul 06 '22 15:07 sumneko