steveklabnik/rustdoc

Become flag-compatible with existing rustdoc

オープン

#125 opened on 2017/08/10

 (7 件のコメント) (0 件のリアクション) (0 人の担当者) (22 件のフォーク)github user discovery
E-Mediumbackendhelp wantedquestquestion

Repository metrics

Stars
 (104 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド