[libgit2-glib] Fix doc string for annotation of ggit_repository_stash_foreach



commit 2b957448f46da1cad5db54b68155ca60a8c0d0e4
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date:   Tue Oct 30 17:30:32 2012 +0100

    Fix doc string for annotation of ggit_repository_stash_foreach

 libgit2-glib/ggit-repository.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgit2-glib/ggit-repository.c b/libgit2-glib/ggit-repository.c
index c958ac2..f5e317c 100644
--- a/libgit2-glib/ggit-repository.c
+++ b/libgit2-glib/ggit-repository.c
@@ -1734,7 +1734,7 @@ stash_callback_wrapper (gsize          index,
 	return ret;
 }
 
-/*
+/**
  * ggit_repository_stash_foreach:
  * @repository: a #GgitRepository.
  * @callback: (scope call): a #GgitStashCallback.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]