diff options
author | Benjamin C Meyer <ben@meyerhome.net> | 2010-10-25 22:26:14 -0700 |
---|---|---|
committer | Benjamin C Meyer <ben@meyerhome.net> | 2010-10-25 22:32:52 -0700 |
commit | 0d95f32c55a18303a87147467ebd68ea24995753 (patch) | |
tree | 3338236523d2c8b5b1a5ae1f72187fee685da096 /src/git/tree.h | |
parent | 0037e4919bcb53f7441a18c992d0cc70e8d1d931 (diff) | |
download | libgit2-0d95f32c55a18303a87147467ebd68ea24995753.tar.gz |
Change /* to /** at the start of comment blocks in public api so doxygen
will generate documenation and not hide them.
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
Diffstat (limited to 'src/git/tree.h')
-rw-r--r-- | src/git/tree.h | 2 |
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 |