-
When I try install lyaml on Windows I get `luke: fatal: cannot find LDocs generator`.
But ldoc installed and i can call it from command line.
Also cmake file for libyaml produce `libyaml.lib` and fo…
-
Currently LDoc complains if two files declare that they are the same module. Since LDoc claims that it wants to make modules more flexible it would be nice to have the two files be "merged" into one …
-
Following example
```lua
------------------------------------------------------------
-- get element from object
-- @param[type=number] tag index of object 1...n
-- @param[type=string] tag name o…
-
For some reason my 'custom_tags' are not working. I swear I've been able to do this before. Probably something I am doing wrong.
config.ld:
```lua
dir = 'docs'
not_luadoc = true
-- custom typ…
-
We are documenting with examples on the wiki using textile but have some documentation on luadoc too, the ideal is to integrate all documentation on luadoc, the examples and explanations, and generate…
-
With the following in config.ld:
add_language_extension('ttslua','lua')
prettify_files=true
The output source is correctly generated as in:
output/source/vector.ttslua.html
How…
-
# Shorten the key_prefix
Let's say we want to count 200K users or tokens, it implies the double of the counters (past and current minute) multiply that by 18 (`key_prefix` length), maybe we can use…
-
The core functions should (finally) be documented properly.
TODO:
* [ ] `s_protect.share`
* [ ] `s_protect.load_shareall()`
* [x] Somehow remove the `table_*` functions or get them outside th…
-
The LDoc documentation could use an index with the complete list of all the tags that can be used. Now you have to scour the complete documentation to discover what is available.
-
I have examples organized into several directories, in increasing order of "difficulty." LDoc faithfully recurses through all of them, but just globally alphabetizes them. It would be nice if the dire…