[libgit2-glib] Fix annotation syntax
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] Fix annotation syntax
- Date: Sat, 12 Oct 2013 13:39:16 +0000 (UTC)
commit 8d9883e005d9f7f13058fae98eef3c5dbba8d7c4
Author: Paolo Borelli <pborelli gnome org>
Date: Sat Oct 12 15:38:45 2013 +0200
Fix annotation syntax
libgit2-glib/ggit-commit.c | 2 +-
libgit2-glib/ggit-object-factory.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgit2-glib/ggit-commit.c b/libgit2-glib/ggit-commit.c
index 7acc6a5..0c41e15 100644
--- a/libgit2-glib/ggit-commit.c
+++ b/libgit2-glib/ggit-commit.c
@@ -433,7 +433,7 @@ ggit_commit_get_tree (GgitCommit *commit)
* than getting the tree object with ggit_commit_get_tree() because no additional
* files need to be read from disk.
*
- * Returns: (transfer full) a #GgitOId.
+ * Returns: (transfer full): a #GgitOId.
*
**/
GgitOId *
diff --git a/libgit2-glib/ggit-object-factory.c b/libgit2-glib/ggit-object-factory.c
index d4710a1..f184e50 100644
--- a/libgit2-glib/ggit-object-factory.c
+++ b/libgit2-glib/ggit-object-factory.c
@@ -209,7 +209,7 @@ convert_to_gparameter (GObjectConstructParam *params,
* @parent_class: a #GObjectClass.
* @basetype: a #GType.
* @n_construct_properties: number of construct properties.
- * @construct_properties: (array length=n_construct_properties) a list of #GObjectConstructParam.
+ * @construct_properties: (array length=n_construct_properties): a list of #GObjectConstructParam.
*
* Construct a new object.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]