[ostree] libostree: Squash two g-ir-scanner warnings



commit 87922259ee8ac348d15e5b536347dfb7f16b3274
Author: Colin Walters <walters verbum org>
Date:   Thu Oct 24 14:37:35 2013 -0400

    libostree: Squash two g-ir-scanner warnings

 src/libostree/ostree-core.h        |    2 +-
 src/libostree/ostree-repo-commit.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libostree/ostree-core.h b/src/libostree/ostree-core.h
index 0e06048..539909a 100644
--- a/src/libostree/ostree-core.h
+++ b/src/libostree/ostree-core.h
@@ -229,7 +229,7 @@ gboolean ostree_checksum_file_async_finish (GFile          *f,
 GVariant *ostree_create_directory_metadata (GFileInfo *dir_info,
                                             GVariant  *xattrs);
 
-/** VALIDATION **/
+/* VALIDATION */
 
 gboolean ostree_validate_structureof_objtype (guchar    objtype,
                                               GError   **error);
diff --git a/src/libostree/ostree-repo-commit.c b/src/libostree/ostree-repo-commit.c
index 5251840..9c39938 100644
--- a/src/libostree/ostree-repo-commit.c
+++ b/src/libostree/ostree-repo-commit.c
@@ -221,9 +221,9 @@ compare_ascii_checksums_for_sorting (gconstpointer  a_pp,
   return strcmp (a, b);
 }
 
-/**
+/*
  * Create sizes metadata GVariant and add it to the metadata variant given.
-*/
+ */
 static gboolean
 add_size_index_to_metadata (OstreeRepo        *self,
                             GVariant          *original_metadata,


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