diff options
author | Niklas Hambüchen <mail@nh2.me> | 2020-02-19 22:08:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 23:08:50 +0200 |
commit | 8d63b6340b4da7d42ac571ea7c94b81b409421ef (patch) | |
tree | 71ddeb72ae8375c7389ae1a5ba7a452d07a8db5a /docs/markdown | |
parent | 55d3fe4f4a5ca0bdfed79ba8a7cee2ca538f6370 (diff) | |
download | meson-8d63b6340b4da7d42ac571ea7c94b81b409421ef.zip meson-8d63b6340b4da7d42ac571ea7c94b81b409421ef.tar.gz meson-8d63b6340b4da7d42ac571ea7c94b81b409421ef.tar.bz2 |
docs: Fix Dub section being inside CMake section [skip ci]
It should be a `##` heading, not a `###` heading.
Also make heading label consistent with the others.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index 50ea92f..8cffba4 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -181,7 +181,7 @@ should only be used if the CMake files are not stored in the project itself. Additional CMake parameters can be specified with the `cmake_args` property. -### Some notes on Dub +## Dub Please understand that meson is only able to find dependencies that exist in the local Dub repository. You need to manually fetch and |