This repository was archived by the owner on May 20, 2020. It is now read-only.
This repository was archived by the owner on May 20, 2020. It is now read-only.
Flag: input format #129
Closed
Description
This issue is part of #125
-r
/--input-format
: input format
This flag is currently ignored; the idea is that rustdoc
would support various
input formats, and you could specify them via this flag.
Rustdoc only supports Rust source code and Markdown input formats. If the
file ends in .md
or .markdown
, rustdoc
treats it as a Markdown file.
Otherwise, it assumes that the input file is Rust.
Should we keep this flag or not?