Start working on documentation generator

This commit is contained in:
SirLynix
2023-03-21 13:21:00 +01:00
parent 9b4d297c04
commit 507cd27eaf
10 changed files with 543 additions and 0 deletions

5
documentation/xmake.lua Normal file
View File

@@ -0,0 +1,5 @@
option("docgen", { description = "Enables documentation generator (requires LLVM)", default = false })
if has_config("docgen") then
includes("generator/xmake.lua")
end