fixup doc generation

This commit is contained in:
Jeremy Baxter 2023-12-24 14:08:25 +13:00
parent 0081e9d1a6
commit 44f7620a41
2 changed files with 8 additions and 7 deletions

View file

@ -43,7 +43,7 @@ clean-all: clean
${MAKE} -s -Cexternal/json clean
doc:
ldoc -q . >/dev/null
ldoc -s . -q . >/dev/null
install:
mkdir -p include/callisto

View file

@ -2,15 +2,16 @@ project = "Callisto"
title = "Callisto library documentation"
description = "standalone scripting platform for Lua 5.4"
full_description = [[
Callisto is a scripting interpreter for Lua 5.4 which
includes many useful libraries relating to file system
manipulation, processes and signals, command-line
argument parsing, environment variables and more.
It is designed to make Lua into a general purpose
standalone scripting language, which anyone can use.
Callisto is a standalone scripting environment for Lua 5.4
which includes many useful libraries relating to file system
manipulation, processes and signals, command-line argument
parsing, environment variables and more. It is designed to
make Lua into a general purpose standalone scripting language
that anyone can use.
]]
dir = "doc"
format = "markdown"
style = "."
file = {
".",