如果我想查看有关我的gem的文档,我可以这样做:
yard server --gems如何查看Ruby标准库的文档?
发布于 2012-01-28 03:40:20
你不得不
yardoc *.c (将生成核心文档),2a。运行yard server.,运行yardoc . (这将生成stdlib文档,但将花费大量时间)、
(来自http://gnuu.org/2010/10/13/local-copies-of-documentation/)
https://stackoverflow.com/questions/8346891
复制相似问题