[doc] Enable gtkdoc-check
Should catch the most blatant issues.
This commit is contained in:
parent
0ea8bbd91a
commit
7188c5643a
|
@ -59,4 +59,6 @@ gnome.gtkdoc('harfbuzz',
|
||||||
html_assets: html_images,
|
html_assets: html_images,
|
||||||
ignore_headers: ignore_headers,
|
ignore_headers: ignore_headers,
|
||||||
dependencies: [libharfbuzz_dep],
|
dependencies: [libharfbuzz_dep],
|
||||||
install: true)
|
install: true,
|
||||||
|
check: true,
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue