Start working on documentation generator
This commit is contained in:
5
documentation/xmake.lua
Normal file
5
documentation/xmake.lua
Normal 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
|
||||
Reference in New Issue
Block a user