lol

doc: fix heading levels of Meson hook documentation

Fixes: 10f35ff05df1 ("meson.setupHook: prefer meson commands over ninja")

+4 -4
+4 -4
doc/hooks/meson.section.md
··· 12 12 13 13 Controls the flags passed to `meson setup`. 14 14 15 - ##### `mesonCheckFlags` {#mesoncheckflags} 15 + ### `mesonCheckFlags` {#mesoncheckflags} 16 16 17 17 Controls the flags passed to `meson test`. 18 18 19 - ##### `mesonInstallFlags` {#mesoninstallflags} 19 + ### `mesonInstallFlags` {#mesoninstallflags} 20 20 21 21 Controls the flags passed to `meson install`. 22 22 ··· 36 36 37 37 Disables using Meson’s `configurePhase`. 38 38 39 - ##### `dontUseMesonCheck` {#dontusemesoncheck} 39 + ### `dontUseMesonCheck` {#dontusemesoncheck} 40 40 41 41 Disables using Meson’s `checkPhase`. 42 42 43 - ##### `dontUseMesonInstall` {#dontusemesoninstall} 43 + ### `dontUseMesonInstall` {#dontusemesoninstall} 44 44 45 45 Disables using Meson’s `installPhase`.