LDoc is a second-generation documentation tool that can be used as a replacement for LuaDoc. LDoc can provide integrated documentation with traditional function comments, any documents in Markdown format, and specified source examples. Lua source in examples and the documents will be prettified. It is mostly compatible with LuaDoc, except that certain workarounds are no longer needed. New dependency for an upcoming update to awesome-3.5.1 looks fine to jasper@
10 lines
390 B
Plaintext
10 lines
390 B
Plaintext
LDoc is a second-generation documentation tool that can be used as
|
|
a replacement for LuaDoc.
|
|
|
|
LDoc can provide integrated documentation with traditional function
|
|
comments, any documents in Markdown format, and specified source
|
|
examples. Lua source in examples and the documents will be prettified.
|
|
|
|
It is mostly compatible with LuaDoc, except that certain workarounds
|
|
are no longer needed.
|