Add Makefile target for internal docs

This commit is contained in:
Henry de Valence 2017-11-20 16:44:49 -08:00
parent 3275d98d64
commit efe66b11b2

View file

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