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.
我为我的应用程序生成了一些自定义 RDoc 数据。我也想创建自定义 RI 文档,但我在任何地方都找不到此命令。它是什么?
ri Hash
返回手册页。
ri CustomObject
才不是。我希望两者都返回手册页。
如果rdoc从包含代码的目录运行,它可以生成 ri 和 rdoc 文档。
rdoc
请参阅 的输出rdoc --help,或通读RDoc 站点以了解有关选项的更多信息,但通常您需要该--ri-site标志。
rdoc --help
--ri-site