Skip to content

Commit

Permalink
make doc: switch to --document-private-items
Browse files Browse the repository at this point in the history
  • Loading branch information
barzamin committed Mar 14, 2018
1 parent 6f8c4d5 commit 5b1f37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ build/$(arch)/%.o: src/arch/$(arch)/%.asm
nasm -felf64 $< -o $@

doc:
cargo rustdoc --lib -- --no-defaults --passes collapse-docs --passes unindent-comments --passes strip-priv-imports
cargo rustdoc --lib -- --document-private-items

0 comments on commit 5b1f37e

Please sign in to comment.