Open AshleyJamesy opened 2 years ago
I'm not sure that the python library I use can handle this kind of thing. I believe it'll think the first block is a global comment, not a function's. I also don't know if this is something people typically even do in Lua code when it comes to libraries, for example.
As far as I know, people usually keep it as colon or dot index calls and not mix them.
So, I had some discussion with other people. It's definitely something that would have an advantage over using luadocs. However, like I said, I don't think that it would handle it all in two split comment buffers like that. I'll give it some thought, though. Something like ---
to know there's an alt definition.
Enhancement Details
Multiple/alternate definitions for functions
Solution
Add multiple definitions to markdown
Additional Context
Example: This function does the same thing, but can be called in different ways