use --document-private-items

This commit is contained in:
Henry de Valence 2017-11-29 12:07:22 -08:00
parent 88200f9fc9
commit 8cf03b673c

View file

@ -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