mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
gst-docs: Fix typo in hotdoc kwarg
The hotdoc module passes unknown keyword arguments as arguments to hotdoc, and the fatal warnings argument is --fatal-warnings. https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2972#note_1586361 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3178>
This commit is contained in:
parent
31b244271e
commit
48e097c315
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ gstreamer_doc = hotdoc.generate_doc('GStreamer',
|
|||
build_always_stale: true,
|
||||
edit_on_github_repository: 'https://gitlab.freedesktop.org/gstreamer/gst-docs/',
|
||||
previous_symbol_index: join_paths(meson.current_source_dir(), 'symbols', 'symbol_index.json'),
|
||||
fatal_warning: get_option('fatal_warnings')
|
||||
fatal_warnings: get_option('fatal_warnings')
|
||||
)
|
||||
|
||||
cdata = configuration_data()
|
||||
|
|
Loading…
Reference in a new issue