[libgit2-glib] Use Returns instead of @return to document return value



commit 0bd48fff54013d74381b108401c6dafd0c1c4a2a
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Sat Jun 29 13:59:46 2013 +0200

    Use Returns instead of @return to document return value

 libgit2-glib/ggit-repository.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgit2-glib/ggit-repository.c b/libgit2-glib/ggit-repository.c
index 262d25b..3eb2860 100644
--- a/libgit2-glib/ggit-repository.c
+++ b/libgit2-glib/ggit-repository.c
@@ -1899,7 +1899,7 @@ ggit_repository_get_ahead_behind (GgitRepository  *repository,
  *
  * Write an in-memory buffer to the object database as a blob.
  *
- * @return the new #GgitOid of the written blob, or %NULL if writing the blob
+ * Returns: the new #GgitOid of the written blob, or %NULL if writing the blob
  * failed.
  */
 GgitOId *
@@ -1937,7 +1937,7 @@ ggit_repository_create_blob_from_buffer (GgitRepository  *repository,
  *
  * Write a file to the object database as a blob.
  *
- * @return the new #GgitOid of the written blob, or %NULL if writing the blob
+ * Returns: the new #GgitOid of the written blob, or %NULL if writing the blob
  * failed.
  */
 GgitOId *
@@ -1979,7 +1979,7 @@ ggit_repository_create_blob_from_file (GgitRepository  *repository,
  * Write a path relative to the repository working directory to the object
  * database as a blob.
  *
- * @return the new #GgitOid of the written blob, or %NULL if writing the blob
+ * Returns: the new #GgitOid of the written blob, or %NULL if writing the blob
  * failed.
  */
 GgitOId *


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