UPDATE: Adds minimal generated documented functions (#22)

See #21
This commit is contained in:
Nicolás Hatcher Andrés
2024-03-16 12:57:25 +01:00
committed by GitHub
parent 1381533b9c
commit 0029901ca3
6 changed files with 515 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ format:
tests: lint
cargo test
make remove-xlsx
./target/debug/documentation
cmp functions.md wiki/functions.md || exit 1
remove-xlsx:
rm -f xlsx/hello-calc.xlsx
@@ -21,6 +23,7 @@ clean: remove-xlsx
rm -f cargo-test-*
rm -f base/cargo-test-*
rm -f xlsx/cargo-test-*
rm functions.md
coverage: