From 44f7620a4169478e5f4eefef2ec6309f1c3da9c9 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Sun, 24 Dec 2023 14:08:25 +1300 Subject: [PATCH] fixup doc generation --- Makefile | 2 +- config.ld | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 17f05c0..0a59fb6 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/config.ld b/config.ld index 101e703..d6b5384 100644 --- a/config.ld +++ b/config.ld @@ -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 = { ".",