mirror of
https://github.com/nucular/sfxrlua.git
synced 2024-12-05 11:34:21 +00:00
Moved /doc to /docs; Added docs to copy_directories
This commit is contained in:
parent
f986205f91
commit
b5940ce0c6
@ -5,7 +5,7 @@ format = "markdown"
|
||||
not_luadoc = true
|
||||
style = "!pale"
|
||||
kind_names = {topic = "Topics", module = "API"}
|
||||
dir = "./doc"
|
||||
dir = "./docs"
|
||||
|
||||
file = "sfxr.lua"
|
||||
topics = {
|
||||
|
@ -21,5 +21,8 @@ build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
"sfxr" = "sfxr.lua"
|
||||
},
|
||||
copy_directories = {
|
||||
"docs"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user