fixing inline pod documentation for the debian package. (missing whatis entry)
[catagits/Gitalist.git] / lib / Gitalist / Git / Object / Tree.pm
index e771ec5..330f684 100644 (file)
@@ -14,14 +14,25 @@ class Gitalist::Git::Object::Tree
 
 __END__
 
-
 =head1 NAME
 
-Gitalist::Git::Object::Tree
+Gitalist::Git::Object::Tree - Git::Object::Tree module for Gitalist
+
+=head1 SYNOPSIS
+
+    my $tree = Repository->get_object($tree_sha1);
 
 =head1 DESCRIPTION
 
-Gitalist::Git::Object::Tree.
+Represents a tree object in a git repository.
+Subclass of C<Gitalist::Git::Object>.
+
+
+=head1 ATTRIBUTES
+
+
+=head1 METHODS
+
 
 =head1 AUTHORS