Files
sqlite3/gendocs.carp
Tim Dévé f037790d07 Updates the docs so that the example work straight away
& Updates gendocs.carp so it behaved incorectly on latest carp
2020-06-19 21:32:32 +01:00

11 lines
251 B
Plaintext

(load "sqlite3.carp")
(Project.config "title" "sqlite3")
(Project.config "docs-directory" "./docs/")
(Project.config "docs-logo" "")
(Project.config "docs-styling" "style.css")
(Project.config "docs-generate-index" false)
(save-docs SQLite3)
(quit)