[doc] Enable gtkdoc-check

Should catch the most blatant issues.
pull/4113/head
Khaled Hosny 2 years ago committed by خالد حسني (Khaled Hosny)
parent 0ea8bbd91a
commit 7188c5643a
  1. 4
      docs/meson.build

@ -59,4 +59,6 @@ gnome.gtkdoc('harfbuzz',
html_assets: html_images,
ignore_headers: ignore_headers,
dependencies: [libharfbuzz_dep],
install: true)
install: true,
check: true,
)

Loading…
Cancel
Save