Fix method comments
`rake doc` shows some warnings. I fixed method comments to suppress it.
This commit is contained in:
parent
92954a7c95
commit
3de491981a
5 changed files with 6 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue