Skip to content

Commit c7b42f4

Browse files
committed
docs: fix comment style
1 parent 3ec35d9 commit c7b42f4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

include/git2/blame.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,18 @@ typedef struct git_blame_options {
6767
uint16_t min_match_characters;
6868
/** The id of the newest commit to consider. The default is HEAD. */
6969
git_oid newest_commit;
70-
/** The id of the oldest commit to consider.
70+
/**
71+
* The id of the oldest commit to consider.
7172
* The default is the first commit encountered with a NULL parent.
7273
*/
7374
git_oid oldest_commit;
74-
/** The first line in the file to blame.
75+
/**
76+
* The first line in the file to blame.
7577
* The default is 1 (line numbers start with 1).
7678
*/
7779
size_t min_line;
78-
/** The last line in the file to blame.
80+
/**
81+
* The last line in the file to blame.
7982
* The default is the last line of the file.
8083
*/
8184
size_t max_line;

0 commit comments

Comments
 (0)