You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following options are shown in rustdoc --help but not in man rustdoc:
--version print rustdoc's version
--cfg pass a --cfg to rustc
--test run code examples as tests
--test-args ARGS arguments to pass to the test runner
--markdown-css FILES
CSS files to include via <link> in a rendered Markdown
file
--markdown-in-header FILES
files to include inline in the <head> section of a
rendered Markdown file
--markdown-before-content FILES
files to include inline between <body> and the content
of a rendered Markdown file
--markdown-after-content FILES
files to include inline between the content and
</body> of a rendered Markdown file
Indeed, the man page doesn't in any way mention the ability to test documentation or modify the output (except for choosing between HTML and JSON).
The text was updated successfully, but these errors were encountered:
…ster
Brings the rustdoc man page in sync with the options specified in
src/librustdoc/lib.rs. The text was taken verbatim, but I tweaked the
order to be (what I think is) somewhat logical.
This should closerust-lang#13622.
barosl
added a commit
to barosl/rust
that referenced
this issue
Jan 20, 2015
…ster
Brings the rustdoc man page in sync with the options specified in
src/librustdoc/lib.rs. The text was taken verbatim, but I tweaked the
order to be (what I think is) somewhat logical.
This should closerust-lang#13622.
The following options are shown in
rustdoc --help
but not inman rustdoc
:Indeed, the man page doesn't in any way mention the ability to test documentation or modify the output (except for choosing between HTML and JSON).
The text was updated successfully, but these errors were encountered: