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:
2
libprocess/.gitignore
vendored
2
libprocess/.gitignore
vendored
@@ -1 +1,3 @@
|
||||
*.o
|
||||
*.json
|
||||
docs/
|
||||
|
||||
@@ -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/libprocess
|
||||
cp ./docs/GlobalNamespace/*.md ../docs/libs/libprocess
|
||||
|
||||
.PHONY: all clean format
|
||||
|
||||
Reference in New Issue
Block a user