blob: f1f4ed4e439634c01ce5a68b214d3b8be2e6cc7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## gtkdoc-check support
`gnome.gtkdoc()` now has a `check` keyword argument. If `true` runs it will run
`gtkdoc-check` when running unit tests. Note that this has the downside of
rebuilding the doc for each build, which is often very slow. It usually should
be enabled only in CI.
## `gnome.gtkdoc()` returns target object
`gnome.gtkdoc()` now returns a target object that can be passed as dependency to
other targets using generated doc files (e.g. in `content_files` of another doc).
|