[gobject-introspection/ebassi/no-docbook: 1/2] Use the proper private triglyph




commit 490347392d93d86a129241d4aaf821a6cf3c89b3
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Feb 13 14:20:03 2022 +0000

    Use the proper private triglyph
    
    It's `/*< ... >*/`, not `/* <...> */`.

 girepository/gibaseinfo.h         | 3 +--
 girepository/girffi.h             | 2 +-
 girepository/gitypelib-internal.h | 2 +-
 girepository/gitypes.h            | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/girepository/gibaseinfo.h b/girepository/gibaseinfo.h
index f8f7191b..69dfe4c1 100644
--- a/girepository/gibaseinfo.h
+++ b/girepository/gibaseinfo.h
@@ -40,7 +40,7 @@ G_BEGIN_DECLS
  * in a #GIBaseInfo struct.
  */
 typedef struct {
-  /* <private> */
+  /*< private >*/
   gpointer data;
   gpointer data2;
   gpointer data3;
@@ -100,4 +100,3 @@ GIBaseInfo *           g_info_new                   (GIInfoType    type,
 G_END_DECLS
 
 #endif  /* __GIBASEINFO_H__ */
-
diff --git a/girepository/girffi.h b/girepository/girffi.h
index 349ae57e..a75c1213 100644
--- a/girepository/girffi.h
+++ b/girepository/girffi.h
@@ -53,7 +53,7 @@ typedef struct _GIFunctionInvoker GIFunctionInvoker;
 struct _GIFunctionInvoker {
   ffi_cif cif;
   gpointer native_address;
-  /* <private> */
+  /*< private >*/
   gpointer padding[3];
 };
 
diff --git a/girepository/gitypelib-internal.h b/girepository/gitypelib-internal.h
index e4104089..a2835f83 100644
--- a/girepository/gitypelib-internal.h
+++ b/girepository/gitypelib-internal.h
@@ -1210,7 +1210,7 @@ typedef struct {
 } AttributeBlob;
 
 struct _GITypelib {
-  /* <private> */
+  /*< private >*/
   guchar *data;
   gsize len;
   gboolean owns_memory;
diff --git a/girepository/gitypes.h b/girepository/gitypes.h
index 9c021ff2..69270720 100644
--- a/girepository/gitypes.h
+++ b/girepository/gitypes.h
@@ -32,7 +32,7 @@
 G_BEGIN_DECLS
 
 typedef struct _GIBaseInfoStub {
-  /* <private> */
+  /*< private >*/
   gint32 dummy1;
   gint32 dummy2;
   gpointer dummy3;


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