fixup doc generation
This commit is contained in:
parent
0081e9d1a6
commit
44f7620a41
2 changed files with 8 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ clean-all: clean
|
||||||
${MAKE} -s -Cexternal/json clean
|
${MAKE} -s -Cexternal/json clean
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
ldoc -q . >/dev/null
|
ldoc -s . -q . >/dev/null
|
||||||
|
|
||||||
install:
|
install:
|
||||||
mkdir -p include/callisto
|
mkdir -p include/callisto
|
||||||
|
|
13
config.ld
13
config.ld
|
@ -2,15 +2,16 @@ project = "Callisto"
|
||||||
title = "Callisto library documentation"
|
title = "Callisto library documentation"
|
||||||
description = "standalone scripting platform for Lua 5.4"
|
description = "standalone scripting platform for Lua 5.4"
|
||||||
full_description = [[
|
full_description = [[
|
||||||
Callisto is a scripting interpreter for Lua 5.4 which
|
Callisto is a standalone scripting environment for Lua 5.4
|
||||||
includes many useful libraries relating to file system
|
which includes many useful libraries relating to file system
|
||||||
manipulation, processes and signals, command-line
|
manipulation, processes and signals, command-line argument
|
||||||
argument parsing, environment variables and more.
|
parsing, environment variables and more. It is designed to
|
||||||
It is designed to make Lua into a general purpose
|
make Lua into a general purpose standalone scripting language
|
||||||
standalone scripting language, which anyone can use.
|
that anyone can use.
|
||||||
]]
|
]]
|
||||||
dir = "doc"
|
dir = "doc"
|
||||||
format = "markdown"
|
format = "markdown"
|
||||||
|
style = "."
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
".",
|
".",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue