[grilo/wip/hadess/network-sources-crasher: 3/3] core: Fix g-ir-scanner warning



commit c2a9139a12b69dbfa480f019b5dc8d0fa29c5887
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Nov 16 13:38:33 2018 +0100

    core: Fix g-ir-scanner warning
    
    src/data/grl-data.c:615: Error: Grl: identifier not found on the first line:
     * Returns whether the string is a canonical one.
       ^
    
    This is an internal function, so remove the double-* used for
    documenting public functions.

 src/data/grl-data.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/data/grl-data.c b/src/data/grl-data.c
index 1c9178a..18a7c8b 100644
--- a/src/data/grl-data.c
+++ b/src/data/grl-data.c
@@ -611,9 +611,9 @@ grl_data_get_int64 (GrlData *data, GrlKeyID key)
   }
 }
 
-/**
+/*
  * Returns whether the string is a canonical one.
- **/
+ */
 static gboolean
 is_canonical (const gchar *key)
 {


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