steveklabnik/rustdoc

Become flag-compatible with existing rustdoc

開放

#125 建立於 2017年8月10日

 (7 則留言) (0 個反應) (0 位負責人) (22 個分叉)github user discovery
E-Mediumbackendhelp wantedquestquestion

倉庫指標

星標
 (104 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南