This repository has been archived by the owner on May 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create flag-compatible infrastructure
Adds infrastructure to become flag-compatible with existing rustdoc. There are a few general buckets a flag falls into: 1. Flag stays the same 2. Flag is no longer supported in the new rustdoc 3. Flag has moved (usually under a subcommand) Most flags have still not been implemented and they will say so. Also, some flags are in a limbo state where they are probably going to be unsupported in the future. Until that decision has been declared, they are marked as unimplemented. BREAKING: This change moves `-o` from open flag to output flag.
- Loading branch information
Showing
2 changed files
with
198 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters