steveklabnik/rustdoc

Become flag-compatible with existing rustdoc

Aperta

#125 aperta il 10 ago 2017

 (7 commenti) (0 reazioni) (0 assegnatari) (22 fork)github user discovery
E-Mediumbackendhelp wantedquestquestion

Metriche repository

Star
 (104 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

https://github.com/rust-lang/rust/blob/master/src/doc/rustdoc/src/command-line-arguments.md describes the flags that current rustdoc accepts. For each flag, we should:

  1. Decide if we want to keep the flag or not
  2. For the ones we may not keep, implement them, but issue a warning
  3. For the ones we do, implement them!

I'm going to make an isssue per flag, as we should have those discussions individually.

Guida contributor