[doc] Enable gtkdoc-check

Should catch the most blatant issues.
This commit is contained in:
Khaled Hosny 2023-02-11 20:02:34 +02:00 committed by خالد حسني (Khaled Hosny)
parent 0ea8bbd91a
commit 7188c5643a
1 changed files with 3 additions and 1 deletions

View File

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