mark stuff as private in tomdoc and organize a bit better

This commit is contained in:
Tom Preston-Werner
2010-04-17 16:19:13 -04:00
parent d1f6c24c3a
commit 78a9396421
2 changed files with 53 additions and 43 deletions
+7 -1
View File
@@ -18,7 +18,13 @@ module Gollum
self.blob.data rescue nil
end
# Find a file in the given Gollum repo.
#########################################################################
#
# Private
#
#########################################################################
# Private: Find a file in the given Gollum repo.
#
# name - The full String path.
# version - The String version ID to find.