Makefile.am (html-am): Add --document-private-items

This generated documenation is only going to be read be developers,
and the private information is very useful to them.
master
Mike Gerwitz 2020-01-24 12:00:22 -05:00
parent 6aae741162
commit db52fcdb30
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ all:
doc: html
html-am:
@CARGO@ test --doc
@CARGO@ @CARGO_DOC_FLAGS@ doc
@CARGO@ @CARGO_DOC_FLAGS@ doc --document-private-items
# note that 'cargo check' is something else; see 'cargo --help'
test: check