pygobject / pgi-docgen

API Documentation Generator for PyGObject
https://lazka.github.io/pgi-docs/
GNU Lesser General Public License v2.1
129 stars 36 forks source link

Text inside <angle brackets> are removed #101

Closed sjohannes closed 8 years ago

sjohannes commented 9 years ago

For example, in Gtk.FileFilter:

The Gtk.FileFilter implementation of the Gtk.Buildable interface supports adding rules using the , and elements and listing the rules within. Specifying a or has the same effect as as calling Gtk.FileFilter.add_mime_type () or Gtk.FileFilter.add_pattern ().

They should say

using the <mime-types>, <patterns> and <applications> elements

Specifying a <mime-type> or <pattern>

lazka commented 9 years ago

Thanks. Tricky.. gnome libraries currently use either markdown or docbook and they don't specify which one they use. In this case the tags get interpreted as XML as they are not escaped.