Add hotdoc "--fatal-warnings" option
See original GitHub issueGStreamer uses the --fatal-warnings
hotdoc option to check for completeness of docs modification. There’s currently no (documented at least) way to pass this option to hotdoc when integrated into meson.
Ideally, the module itself would implement this option.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Release 0.48 - The Meson Build system
Fatal warnings. A new command line option has been added: --fatal-meson-warnings . When enabled, any warning message printed by Meson will ...
Read more >HotDocs Editing and Navigation Toolbar Buttons
Opens the Other Field dialog box where you can choose to insert an ASSEMBLE, PLAY, LANGUAGE, DEBUG, or SPAN field. The options will...
Read more >Build documentation for rust plugins (!2954) · Merge requests
... 6c5753d8 - doc: Add an option to enable fatal warnings; 20b25644 - docs: ... I guess I need to add a hotdoc...
Read more >gstreamer1-doc-1.20.0-1.fc36 - Fedora Packages
MarkerList.add; GES. ... MarkerList.prototype.add; GES. ... Optimize; Option; Optional; Optionally; Options; Opus; Opus-enc-audio-type; Opus-enc-bandwidth ...
Read more >commits-list 2019-March Archive by Author
... [gnome-build-meta/gnome-3-30] (4 commits) ...sdk/gtk+-3: add ... switch to meson and build with default options Wed Mar 27 15:16:10 GMT 2019 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I recently added infrastructure in Meson to have per-module options, would make sense to use that to support
-Dhotdoc.fatal_warnings=true
option.That’s great, I remember the
python
module could also use a module-level option btw, in order to pick the python version instead of requiring the option be exposed in each project (slightly off-topic I know)