diff --git a/Makefile b/Makefile index e4bc142..5baa02c 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ doc: cargo rustdoc --features "nightly yolocrypto" -- --html-in-header rustdoc-include-katex-header.html + +doc-internal: + cargo rustdoc --features "nightly yolocrypto" -- --html-in-header rustdoc-include-katex-header.html --no-defaults --passes "collapse-docs" --passes "unindent-comments" +