From efe66b11b2350d9689b80dbc0f7589038ebc8c03 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Mon, 20 Nov 2017 16:44:49 -0800 Subject: [PATCH] Add Makefile target for internal docs --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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" +