summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-21 08:41:21 +0000
committerAlyssa Ross <hi@alyssa.is>2023-10-21 15:26:27 +0000
commit31ebe7b4598145f4009873be59d88d4fcbe952a1 (patch)
tree7e158e8ec6346d5e2299451aa56a241e3b9d6ead /doc
parent682b6995b4fb228537ec40175d748cf9d783198d (diff)
downloadnixpkgs-31ebe7b4598145f4009873be59d88d4fcbe952a1.tar
nixpkgs-31ebe7b4598145f4009873be59d88d4fcbe952a1.tar.gz
nixpkgs-31ebe7b4598145f4009873be59d88d4fcbe952a1.tar.bz2
nixpkgs-31ebe7b4598145f4009873be59d88d4fcbe952a1.tar.lz
nixpkgs-31ebe7b4598145f4009873be59d88d4fcbe952a1.tar.xz
nixpkgs-31ebe7b4598145f4009873be59d88d4fcbe952a1.tar.zst
nixpkgs-31ebe7b4598145f4009873be59d88d4fcbe952a1.zip
doc: fix heading levels of Meson hook documentation
Fixes: 10f35ff05df1 ("meson.setupHook: prefer meson commands over ninja")
Diffstat (limited to 'doc')
-rw-r--r--doc/hooks/meson.section.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/hooks/meson.section.md b/doc/hooks/meson.section.md
index 7496def5806..93e7019c311 100644
--- a/doc/hooks/meson.section.md
+++ b/doc/hooks/meson.section.md
@@ -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`.
 
@@ -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`.