Skip to content

Commit

Permalink
doc: fix heading levels of Meson hook documentation
Browse files Browse the repository at this point in the history
Fixes: 10f35ff ("meson.setupHook: prefer meson commands over ninja")
  • Loading branch information
alyssais committed Oct 21, 2023
1 parent 682b699 commit 31ebe7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/hooks/meson.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ By default, `enableParallelBuilding` is enabled as Meson supports parallel build

Controls the flags passed to `meson setup`.

##### `mesonCheckFlags` {#mesoncheckflags}
### `mesonCheckFlags` {#mesoncheckflags}

Controls the flags passed to `meson test`.

##### `mesonInstallFlags` {#mesoninstallflags}
### `mesonInstallFlags` {#mesoninstallflags}

Controls the flags passed to `meson install`.

Expand All @@ -36,10 +36,10 @@ What value to set [`-Dwrap_mode=`](https://mesonbuild.com/Builtin-options.html#c

Disables using Meson’s `configurePhase`.

##### `dontUseMesonCheck` {#dontusemesoncheck}
### `dontUseMesonCheck` {#dontusemesoncheck}

Disables using Meson’s `checkPhase`.

##### `dontUseMesonInstall` {#dontusemesoninstall}
### `dontUseMesonInstall` {#dontusemesoninstall}

Disables using Meson’s `installPhase`.

0 comments on commit 31ebe7b

Please sign in to comment.