Generate docs for libs, update docs build process
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m18s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m18s
This commit is contained in:
@@ -25,4 +25,9 @@ clean:
|
||||
format:
|
||||
clang-format -i $$(git ls-files '*.c' '*.h')
|
||||
|
||||
docs:
|
||||
clang-doc --format=md --output docs -p . $$(git ls-files '*.h')
|
||||
mkdir -p ../docs/libs/libterminal
|
||||
cp ./docs/GlobalNamespace/*.md ../docs/libs/libterminal
|
||||
|
||||
.PHONY: all clean format
|
||||
|
||||
Reference in New Issue
Block a user