diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2019-05-26 12:38:38 +0200 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2019-05-26 12:38:38 +0200 |
commit | 2181268957596401b3d72fe9f00653fcd077e21f (patch) | |
tree | 3afad2f2d693ee6a4bc24faeb865928f266e60ad /meson.build | |
parent | ec4ac9cacdb7b5c6922479e5ed4880760fd46b87 (diff) |
devhelp: specify --devhelp-online
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 8552e2a..298b639 100644 --- a/meson.build +++ b/meson.build @@ -68,6 +68,7 @@ gstreamer_doc = hotdoc.generate_doc('GStreamer', disable_incremental_build: true, gst_list_plugins_page: 'plugins_doc.md', devhelp_activate: true, + devhelp_online: 'https://gstreamer.freedesktop.org/documentation/', build_always_stale: true, edit_on_github_repository: 'https://gitlab.freedesktop.org/gstreamer/gst-docs/', ) |