summaryrefslogtreecommitdiff
path: root/src/git/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/tree.h')
-rw-r--r--src/git/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/tree.h b/src/git/tree.h
index 1726af2ab..190fe95d6 100644
--- a/src/git/tree.h
+++ b/src/git/tree.h
@@ -32,7 +32,7 @@ typedef struct git_tree git_tree;
*/
GIT_EXTERN(git_tree *) git_tree_lookup(git_repository *repo, const git_oid *id);
-/*
+/**
* Create a new in-memory git_tree.
*
* The tree object must be manually filled using