可以使用 YARD 来记录 erb 模板

发布于 2024-12-27 07:31:13 字数 146 浏览 1 评论 0原文

是否可以使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

把梦留给海 2025-01-03 07:31:13

使用yardoc --files FILE1,FILE2,... 指定文件模板。

Use yardoc --files FILE1,FILE2,... to specify the file templates.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文