Clean up some whitespace.

This commit is contained in:
Tom Preston-Werner
2010-08-19 15:43:26 -07:00
parent 15879a5a88
commit 6a53e3d037
+3 -3
View File
@@ -51,7 +51,7 @@ 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. # :base_path - String base path for all Wiki links.
# Default: "/" # 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
@@ -246,7 +246,7 @@ module Gollum
# Fill an array with a list of pages. # Fill an array with a list of pages.
# #
# commit - The Grit::Commit # commit - The Grit::Commit
# tree - The Grit::Tree to start with. # tree - The Grit::Tree to start with.
# sub_tree - Optional String specifying the parent path of the Page. # sub_tree - Optional String specifying the parent path of the Page.
# #
@@ -358,7 +358,7 @@ module Gollum
# name - The String Gollum::Page name. # name - The String Gollum::Page name.
# format - The Symbol Gollum::Page format. # format - The Symbol Gollum::Page format.
# data - The String wiki data to store in the tree map. # data - The String wiki data to store in the tree map.
# allow_same_ext - A Boolean determining if the tree map allows the same # allow_same_ext - A Boolean determining if the tree map allows the same
# filename with the same extension. # filename with the same extension.
# #
# Raises Gollum::DuplicatePageError if a matching filename already exists. # Raises Gollum::DuplicatePageError if a matching filename already exists.