-
[LDoc is a documentation generator](https://github.com/stevedonovan/LDoc) for Lua. The Lit server could run it on the sources when a new version of a package is published. The docs could then be made …
ghost updated
8 years ago
-
- [ ] https://stevedonovan.github.io/ldoc/manual/doc.md.html
- [x] https://stevedonovan.github.io/ldoc/examples/list.moon.html
- [ ] https://stevedonovan.github.io/ldoc/manual/doc.md.html#Fields_allow…
-
EmmyLua is already supporting LDoc's `@tparam` (typed param) annotation as an alias for `@param`, but the arguments are reversed for LDoc.
For instance
`-- @tparam string str the input string to hav…
-
I would like to be able to `ldoc -c ./config.ld path/file.lua` and get the exact same `docs/modules/file.html` that I would get if I ran `ldoc .`. This might involve multiple new options to change beh…
sparr updated
1 month ago
-
Environment
--------------
name | version
----------|----------
IDEA version | 2019.2.2
EmmyLua version | 1.3.0.99-IDEA182
OS | Arch Linux
If we are…
-
It would be very nice if we could configure ziglua to lint our lua code when we are running `zig build`. We would then report any errors like we would report zig compile errors.
This would turn ru…
-
When I run `ldoc .` a lot of my `docs/**.html` files are modified with just a new "Last Updated" date. I'd like to optionally disable that, and only modify the docs for source files that have changed.
sparr updated
1 month ago
-
Let's use [ldoc](https://github.com/stevedonovan/ldoc) for documenting all Lua interfaces.
See example: https://stevedonovan.github.io/Penlight/api/index.html
-
When using "Functions" as section title, with `@within`, I got this:
```
/home/pedroalves/Desktop/ex.lua:28: internal LDoc error
/usr/local/share/lua/5.3/ldoc/tools.lua:111: table index is nil
sta…
-
As a developer in Anarchy Engine
It would be really nice to have LDoc documentation generation supported by the engine
So that when I collaborate with others on a project, they can see the documenta…