0

I am using Ruby on Rails 3.1.0 and the YARD 0.7.4 gem for documentation purposes. I implemented a working plugin (in the ROOT_APP/vendor/plugins/<plugin_name> directory) and I would like to document that plugin.

Note: When I run the yard doc Terminal command from the root directory of my application in order to generate documentation files, the YARD gem doesn't generate the documentation related to my plugin (all other documentation files are properly generated).

So, is it possible to document plugins? If so, how can I make that?

4

1 に答える 1

1

私はそれをヤードを使用できる宝石に変換します。ベンダー プラグインは 3.2 で非推奨になります。

http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released

于 2012-02-20T14:33:14.033 に答える