From 9f71bdd0459119042049486bf556ba3abf9303ac Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 29 Oct 2020 13:36:26 -0400 Subject: [PATCH] docs: Cosmetics Make the GdkRGBA heading less repetitive. --- gdk/gdkrgba.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c index fac9d2efa5..1de2bd45a9 100644 --- a/gdk/gdkrgba.c +++ b/gdk/gdkrgba.c @@ -32,10 +32,10 @@ /** * SECTION:rgba_colors + * @Title: GdkRGBA * @Short_description: RGBA colors - * @Title: RGBA Colors * - * #GdkRGBA is a convenient way to pass rgba colors around. + * #GdkRGBA is a convenient way to pass colors around. * It’s based on cairo’s way to deal with colors and mirrors its behavior. * All values are in the range from 0.0 to 1.0 inclusive. So the color * (0.0, 0.0, 0.0, 0.0) represents transparent black and