lua-language-server
lua-language-server copied to clipboard
[Question / Feature Request] How to dump documentation information to file?
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?
At present, there are only some hacks, see #717