update Gollum::Wiki.new tomdoc

This commit is contained in:
rick
2010-07-13 17:12:18 -07:00
parent 158eb0b718
commit 0e888454ba
+2
View File
@@ -43,6 +43,8 @@ module Gollum
# repo - The String path to the Git repository that holds the Gollum # repo - The String path to the Git repository that holds the Gollum
# site. # site.
# options - Optional Hash: # options - Optional Hash:
# :base_path - String base path for all Wiki links.
# Default: "/"
# :page_class - The page Class. Default: Gollum::Page # :page_class - The page Class. Default: Gollum::Page
# :file_class - The file Class. Default: Gollum::File # :file_class - The file Class. Default: Gollum::File
# #