Commit e0db9f1117197deb9d948976f901d20d04a5d1c4

nulltoken 2012-08-15T17:54:05

refs: fix missing parameter documentation

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/refs.h b/include/git2/refs.h
index d923900..9e70600 100644
--- a/include/git2/refs.h
+++ b/include/git2/refs.h
@@ -335,6 +335,8 @@ GIT_EXTERN(int) git_reference_cmp(git_reference *ref1, git_reference *ref2);
  *
  * @param repo Repository where to find the references.
  *
+ * @param glob Glob pattern references should match.
+ *
  * @param list_flags Filtering flags for the reference
  * listing.
  *