diff options
| author | Etienne Samson <samson.etienne@gmail.com> | 2018-03-22 23:27:23 +0100 |
|---|---|---|
| committer | Etienne Samson <samson.etienne@gmail.com> | 2018-05-07 21:50:15 +0200 |
| commit | efad967a6cba843726056915c52dedb6d0ff4125 (patch) | |
| tree | 39b6333bc5a2b84d4032fe7798887c2fd3fd8a96 /include/git2/repository.h | |
| parent | 96576372fd2dd89edc5939f87c72907aa2d92909 (diff) | |
| download | libgit2-efad967a6cba843726056915c52dedb6d0ff4125.tar.gz | |
docs: fix some comment-marker typos
Diffstat (limited to 'include/git2/repository.h')
| -rw-r--r-- | include/git2/repository.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/repository.h b/include/git2/repository.h index 6e0c1f71e..7a72a45da 100644 --- a/include/git2/repository.h +++ b/include/git2/repository.h @@ -368,7 +368,7 @@ GIT_EXTERN(int) git_repository_head_for_worktree(git_reference **out, git_reposi */ GIT_EXTERN(int) git_repository_head_detached(git_repository *repo); -/* +/** * Check if a worktree's HEAD is detached * * A worktree's HEAD is detached when it points directly to a |
