[gtk/ebassi/gidocgen] label: Small cleanup



commit b37bb185f4b517f66d8a152ce6a4aea05e52bd1f
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 21 23:40:03 2021 -0500

    label: Small cleanup

 gtk/gtklabel.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index af84e07025..1f3174279f 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -57,12 +57,12 @@
 #include <string.h>
 
 /**
- * SECTION:gtklabel
- * @Short_description: A widget that displays a small to medium amount of text
- * @Title: GtkLabel
+ * GtkLabel:
  *
- * The `GtkLabel` widget displays a small amount of text. As the name
- * implies, most labels are used to label another widget such as a [class@Button].
+ * The `GtkLabel` widget displays a small amount of text.
+ *
+ * As the name implies, most labels are used to label another widget
+ * such as a [class@Button].
  *
  * ![An example GtkLabel](label.png)
  *


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