forked from AuroraMiddleware/gtk
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:
parent
561d3c68a0
commit
1e00c887ec
@ -50,7 +50,7 @@
|
||||
* <property name='scope'>managed</property>
|
||||
* <child>
|
||||
* <object class='GtkShortcut'>
|
||||
* <property name='trigger'><![CDATA[<Control>k]]></property>
|
||||
* <property name='trigger'>&lt;Control&gt;k</property>
|
||||
* <property name='action'>activate</property>
|
||||
* </object>
|
||||
* </child>
|
||||
|
Loading…
Reference in New Issue
Block a user