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.
This commit is contained in:
Matthias Clasen 2020-07-23 16:14:33 -04:00
parent 561d3c68a0
commit 1e00c887ec

View File

@ -50,7 +50,7 @@
* <property name='scope'>managed</property>
* <child>
* <object class='GtkShortcut'>
* <property name='trigger'><![CDATA[<Control>k]]></property>
* <property name='trigger'>&amp;lt;Control&amp;gt;k</property>
* <property name='action'>activate</property>
* </object>
* </child>