mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
use --document-private-items
This commit is contained in:
parent
88200f9fc9
commit
8cf03b673c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue