steveklabnik/rustdoc

Become flag-compatible with existing rustdoc

Aberta

#125 aberto em 10 de ago. de 2017

 (7 comentários) (0 reação) (0 responsável) (22 forks)github user discovery
E-Mediumbackendhelp wantedquestquestion

Métricas do repositório

Stars
 (104 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador