Fill in a bit of missing TomDoc
Fill in a piece of missing doc for the `build` function in `commands/build.rb`
This commit is contained in:
parent
3dffa8284f
commit
bb9517b73f
|
@ -38,7 +38,7 @@ module Jekyll
|
||||||
# Build your Jekyll site.
|
# Build your Jekyll site.
|
||||||
#
|
#
|
||||||
# site - the Jekyll::Site instance to build
|
# site - the Jekyll::Site instance to build
|
||||||
# options - the
|
# options - A Hash of options passed to the command
|
||||||
#
|
#
|
||||||
# Returns nothing.
|
# Returns nothing.
|
||||||
def build(site, options)
|
def build(site, options)
|
||||||
|
|
Loading…
Reference in New Issue