Skip to content

Log a warning if parsing links fails

Matthias Clasen requested to merge matthiasc/gi-docgen:parse-error into master

When we fail to parse a link, like [method@PangoFontDescription.copy], at least produce a warning with the full link text. It would be better to have file and line information, but this is at least greppable.

Merge request reports