doc: fix heading levels of Meson hook documentation

Fixes: 10f35ff05d ("meson.setupHook: prefer meson commands over ninja")
This commit is contained in:
Alyssa Ross 2023-10-21 08:41:21 +00:00
parent 682b6995b4
commit 31ebe7b459

View file

@ -12,11 +12,11 @@ By default, `enableParallelBuilding` is enabled as Meson supports parallel build
Controls the flags passed to `meson setup`. Controls the flags passed to `meson setup`.
##### `mesonCheckFlags` {#mesoncheckflags} ### `mesonCheckFlags` {#mesoncheckflags}
Controls the flags passed to `meson test`. Controls the flags passed to `meson test`.
##### `mesonInstallFlags` {#mesoninstallflags} ### `mesonInstallFlags` {#mesoninstallflags}
Controls the flags passed to `meson install`. Controls the flags passed to `meson install`.
@ -36,10 +36,10 @@ What value to set [`-Dwrap_mode=`](https://mesonbuild.com/Builtin-options.html#c
Disables using Mesons `configurePhase`. Disables using Mesons `configurePhase`.
##### `dontUseMesonCheck` {#dontusemesoncheck} ### `dontUseMesonCheck` {#dontusemesoncheck}
Disables using Mesons `checkPhase`. Disables using Mesons `checkPhase`.
##### `dontUseMesonInstall` {#dontusemesoninstall} ### `dontUseMesonInstall` {#dontusemesoninstall}
Disables using Mesons `installPhase`. Disables using Mesons `installPhase`.