1
0
Fork 0
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:
Étienne Fildadut 2024-11-17 16:07:18 +01:00
parent 77c6ac6ba2
commit 49c9741349
24 changed files with 1553 additions and 52 deletions

View file

@ -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 = "../"