tboox / ltui

🍖 A cross-platform terminal ui library based on Lua
https://tboox.org
Apache License 2.0
818 stars 49 forks source link

Add Doc Comments to Allow Docs Generation #13

Open ryanford opened 4 years ago

ryanford commented 4 years ago

Is your feature request related to a problem? Please describe.

Project could benefit from more thorough documentation. Demo examples are nice, but I think it could be better to show exactly what classes/API functions are available and how they are to be called, what the expected parameters are.

Describe the solution you'd like

Add LDoc or similar doc comments to generate docs.

Describe alternatives you've considered

Other alternative would be LuaDoc. These two are the most popular on LuaRocks.

Additional context

Generated docs would be comparable to Penlight's, T-Engine or similar.

waruqi commented 4 years ago

Looks good, I will consider improving the document later. Thanks!

davidvontamar commented 1 year ago

Documentation is desperately needed.