-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
[...]
SYNOPSIS
rustdoc [OPTIONS] CRATEFILE
[...]
COMMANDS
--output-dir <val>
Put documents here (default: .)
--output-format <val>
markdown or html (default: html)
--output-style <val>
doc-per-crate or doc-per-mod (default: doc-per-mod)
--pandoc-cmd <val>
Command for running pandoc
-h, --help
Print help
[...]
vs
$ rustdoc --help
rustdoc [options] [html|json] <crate>
Options:
-L --library-path DIR
directory to add to crate search path
--plugin-path DIR directory to load plugins from
--passes PASSES space separated list of passes to also run, a value of
`list` will print available passes
--plugins PLUGINS space separated list of plugins to also load
-h --help show this help message
--nodefaults don't run the default passes
-o --output PATH where to place the output
Metadata
Metadata
Assignees
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.