Skip to content

Commit 93ce73b

Browse files
committed
Docs.
1 parent 52614e1 commit 93ce73b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ObjectiveGit/GTRepository+References.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
@interface GTRepository (References)
1414

15+
/// Look up a reference by name.
16+
///
17+
/// name - The name of the reference to look up. Cannot be nil.
18+
/// error - The error if one occurs. May be NULL.
19+
///
20+
/// Returns the reference or nil if look up failed.
1521
- (GTReference *)lookUpReferenceWithName:(NSString *)name error:(NSError **)error;
1622

1723
@end

0 commit comments

Comments
 (0)