8000 Fixing documentation comments. · libgit2/objective-git@886a41d · GitHub
[go: up one dir, main page]

Skip to content

Commit 886a41d

Browse files
committed
Fixing documentation comments.
1 parent e1c1f84 commit 886a41d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ObjectiveGit/GTDiffHunk.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ NS_ASSUME_NONNULL_BEGIN
2222
/// The number of lines represented in the hunk.
2323
@property (nonatomic, readonly) NSUInteger lineCount;
2424

25-
// The starting line number in the old file
25+
/// The starting line number in the old file
2626
@property (nonatomic, readonly) NSUInteger oldStart;
2727

28-
// The number of lines in the old file
28+
/// The number of lines in the old file
2929
@property (nonatomic, readonly) NSUInteger oldLines;
3030

31-
// The starting line number in the new file
31+
/// The starting line number in the new file
3232
@property (nonatomic, readonly) NSUInteger newStart;
3333

34-
// The number of lines in the new file
34+
/// The number of lines in the new file
3535
@property (nonatomic, readonly) NSUInteger newLines;
3636

3737
- (instancetype)init NS_UNAVAILABLE;

0 commit comments

Comments
 (0)
0