mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
[api] add server mode
This commit is contained in:
parent
77c6ac6ba2
commit
49c9741349
24 changed files with 1553 additions and 52 deletions
|
|
@ -2,10 +2,11 @@
|
|||
-- Behold! A documentation generator that doesn't try to be smart!
|
||||
-- Call this from the root anselme repository directory: `lua doc/gendocs.lua`
|
||||
|
||||
local utf8 = utf8 or require("lua-utf8")
|
||||
local utf8 = utf8 or (love and require("utf8") or require("lua-utf8"))
|
||||
|
||||
local files = {
|
||||
"doc/api.md",
|
||||
"doc/server.md",
|
||||
"doc/standard_library.md"
|
||||
}
|
||||
local source_link_prefix = "../"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue