Skip to content

Commit efad967

Browse files
committed
docs: fix some comment-marker typos
1 parent 9657637 commit efad967

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/git2/blame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ typedef struct git_blame_hunk {
128128
} git_blame_hunk;
129129

130130

131-
/* Opaque structure to hold blame results */
131+
/** Opaque structure to hold blame results */
132132
typedef struct git_blame git_blame;
133133

134134
/**

include/git2/repository.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ GIT_EXTERN(int) git_repository_head_for_worktree(git_reference **out, git_reposi
368368
*/
369369
GIT_EXTERN(int) git_repository_head_detached(git_repository *repo);
370370

371-
/*
371+
/**
372372
* Check if a worktree's HEAD is detached
373373
*
374374
* A worktree's HEAD is detached when it points directly to a

include/git2/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ typedef enum {
215215
GIT_FILEMODE_COMMIT = 0160000,
216216
} git_filemode_t;
217217

218-
/*
218+
/**
219219
* A refspec specifies the mapping between remote and local reference
220220
* names when fetch or pushing.
221221
*/

0 commit comments

Comments
 (0)