Skip to content

meson: Fix generation of gtk-doc documents and enable it in CI

Diego Pino requested to merge fix-gtk-doc into master

The parsing of certain function headers was not correct due to an error in one of the 'ignore-decorators' subexpressions. The subexpression should include character '_' so it can also parse 'SOUP_AVAILABLE_IN_ALL'.

Merge request reports