Skip to content

Commit

Permalink
Auto merge of #6929 - lzutao:zsh-include-non-public-doc, r=ehuss
Browse files Browse the repository at this point in the history
zsh: Add doc options to include non-public items documentation

r? @ehuss
  • Loading branch information
bors committed May 12, 2019
2 parents 9634a3a + 30d5228 commit 02f93ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/etc/_cargo
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ case $state in
'--manifest-path=[path to manifest]: :_files -/' \
'--no-deps[do not build docs for dependencies]' \
'--no-default-features[do not build the default features]' \
'--document-private-items[include non-public items in the documentation]' \
'--open[open docs in browser after the build]' \
'(-p, --package)'{-p,--package}'=[package to document]' \
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
Expand Down Expand Up @@ -321,6 +322,7 @@ case $state in
'(-j, --jobs)'{-j,--jobs}'=[number of parallel jobs, defaults to # of CPUs]' \
'--manifest-path=[path to the manifest to document]: :_files -/' \
'--no-default-features[do not build the `default` feature]' \
'--document-private-items[include non-public items in the documentation]' \
'--open[open the docs in a browser after the operation]' \
'(-p, --package)'{-p,--package}'=[package to document]' \
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
Expand Down

0 comments on commit 02f93ea

Please sign in to comment.