mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Add Makefile target for internal docs
This commit is contained in:
parent
3275d98d64
commit
efe66b11b2
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue