From a60d96a9acf8cceeb4f292a5c2092c289feda9a1 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 2 Sep 2024 18:14:41 +0100 Subject: [PATCH] gtkenums: Fix missing backtick in docs Fixes the formatting for `GtkAlign`. Signed-off-by: Philip Withnall --- gtk/gtkenums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 6e6517d654..937359072c 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -55,7 +55,7 @@ G_BEGIN_DECLS * are interpreted relative to text direction. * * Baseline support is optional for containers and widgets, and is only available - * for vertical alignment. `GTK_ALIGN_BASELINE_CENTER and `GTK_ALIGN_BASELINE_FILL` + * for vertical alignment. `GTK_ALIGN_BASELINE_CENTER` and `GTK_ALIGN_BASELINE_FILL` * are treated similar to `GTK_ALIGN_CENTER` and `GTK_ALIGN_FILL`, except that it * positions the widget to line up the baselines, where that is supported. */