From 1e00c887ec39e82aa2957ed7b1f9c30300515d74 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 23 Jul 2020 16:14:33 -0400 Subject: [PATCH] docs: Work around escaping bugs This is truly a russian doll of documentation formats: a string containing <> inside an xml fragment in an |[ ]| gtk-doc example in markdown in a doc comment. Sadly, something gets escaping wrong, so the <> end up literally in the docbook and mess up the last step of our document formatting, even after turning them into entities. Work around this with an extra level of entities that really shouldn't be necessary. --- gtk/gtkshortcutcontroller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkshortcutcontroller.c b/gtk/gtkshortcutcontroller.c index 1d4806b198..e427ae5ed8 100644 --- a/gtk/gtkshortcutcontroller.c +++ b/gtk/gtkshortcutcontroller.c @@ -50,7 +50,7 @@ * managed * * - * k]]> + * &lt;Control&gt;k * activate * *