Add TomDoc for Jekyll::Command.process_site

This commit is contained in:
Parker Moore 2013-04-12 20:01:25 +02:00
parent 5f54507204
commit 0884a52fea
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ module Jekyll
dirs += ['*']
end
end
# Static: Run Site#process and catch errors
#
# site - the Jekyll::Site object
#
# Returns nothing
def self.process_site(site)
begin
site.process