From 0a89c8188c9920d69e82f151570f9c078e0a1504 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 7 Feb 2020 11:33:55 -0800 Subject: [PATCH] Include implementation details when generating our documentation. In passing, replace deprecated flag --all with equivalent flag --workspace. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96bbf55d1..700ae82e4 100644 --- a/Makefile +++ b/Makefile @@ -307,7 +307,7 @@ dep-graph: cargo deps --optional-deps --filter wasmer-wasi wasmer-wasi-tests wasmer-kernel-loader wasmer-dev-utils wasmer-llvm-backend wasmer-emscripten wasmer-emscripten-tests wasmer-runtime-core wasmer-runtime wasmer-middleware-common wasmer-middleware-common-tests wasmer-singlepass-backend wasmer-clif-backend wasmer --manifest-path Cargo.toml | dot -Tpng > wasmer_depgraph.png docs: - cargo doc --features=backend-singlepass,backend-cranelift,backend-llvm,docs,wasi,managed --all --no-deps + cargo doc --features=backend-singlepass,backend-cranelift,backend-llvm,docs,wasi,managed --workspace --document-private-items --no-deps cd lib/runtime-c-api/ && doxygen doxyfile && cd .. mkdir -p api-docs mkdir -p api-docs/c