Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
即使在安装 gem 时,有没有办法完全替换 rdoc?
就像现在一样,gem server只能访问 rdoc 生成的文档。在某些情况下,例如 FFI-gem,文档是用 yard 编写的,试图通过 rdoc 生成的文档来阅读是一件gem server很痛苦的事情。
gem server
那么有没有可能用 yard 替换 rdoc