Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Flag: input format #129

Closed
steveklabnik opened this issue Aug 10, 2017 · 3 comments
Closed

Flag: input format #129

steveklabnik opened this issue Aug 10, 2017 · 3 comments

Comments

@steveklabnik
Copy link
Owner

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?

@steveklabnik
Copy link
Owner Author

Given that this flag is ignored, we should probably continue to do so.

@steveklabnik
Copy link
Owner Author

We talked about this at the tools team meeting today and the intention is to remove this flag.

@steveklabnik
Copy link
Owner Author

rust-lang/rust#44136 is the issue tracking the deprecation; it may or may not be removed, but it means we don't need to support it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant