Skip to content

Commit

Permalink
Remove doc for removed parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennou committed Aug 15, 2016
1 parent df21f8c commit 42ed007
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ObjectiveGit/GTBranch.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,13 @@ NS_ASSUME_NONNULL_BEGIN
/// Designated initializer.
///
/// ref - The branch reference to wrap. Must not be nil.
/// repo - The repository containing the branch. Must not be nil.
///
/// Returns the initialized receiver.
- (nullable instancetype)initWithReference:(GTReference *)ref NS_DESIGNATED_INITIALIZER;

/// Convenience class initializer.
///
/// ref - The branch reference to wrap. Must not be nil.
/// repo - The repository containing the branch. Must not be nil.
///
/// Returns an initialized instance.
+ (nullable instancetype)branchWithReference:(GTReference *)ref;
Expand Down

0 comments on commit 42ed007

Please sign in to comment.