Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Jun 4, 2015
1 parent 52614e1 commit 93ce73b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ObjectiveGit/GTRepository+References.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

@interface GTRepository (References)

/// Look up a reference by name.
///
/// name - The name of the reference to look up. Cannot be nil.
/// error - The error if one occurs. May be NULL.
///
/// Returns the reference or nil if look up failed.
- (GTReference *)lookUpReferenceWithName:(NSString *)name error:(NSError **)error;

@end

0 comments on commit 93ce73b

Please sign in to comment.