From 8cf03b673c8bfb29e46be7e470e1f9171c4684b7 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Wed, 29 Nov 2017 12:07:22 -0800 Subject: [PATCH] use --document-private-items --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5baa02c..fddd13f 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,5 @@ 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" + cargo rustdoc --features "nightly yolocrypto" -- --html-in-header rustdoc-include-katex-header.html --document-private-items