可以使用 YARD 来记录 erb 模板
是否可以使用 YARD 来记录模板或者是否需要文件中的类?我尝试过运行
庭院文档控制器/模型/视图/索引/,
但未拾取索引视图。我看到元数据要添加到文档中的额外文件中,但显然不想渲染院子注释。我只想记录每个视图中使用的部分。
谢谢
Is it possible to use YARD to document templates or does it require classes in files? I have tried running
yard doc controllers/ models/ views/index/
but the index views aren't picked up. I see the meta data to be added to extra files in the docs but obviously don't want to render the yard comments. I just want to document the partials used in each view.
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用yardoc --files FILE1,FILE2,... 指定文件模板。
Use
yardoc --files FILE1,FILE2,...
to specify the file templates.