Fix method comments

`rake doc` shows some warnings.
I fixed method comments to suppress it.
This commit is contained in:
Ryunosuke SATO 2013-03-29 03:15:33 +09:00
parent 92954a7c95
commit 3de491981a
5 changed files with 6 additions and 9 deletions

View file

@ -19,7 +19,7 @@ module Middleman
# @deprecated Prefer accessing settings through "config".
#
# @param [Symbol] key Name of the attribue
# @param value Attribute value
# @param default Attribute value
# @return [void]
def set(key, default=nil, &block)
config.define_setting(key, default)