summaryrefslogtreecommitdiff
path: root/docs/markdown/Threads.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-01-30 13:20:59 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-30 13:26:57 +0200
commit708b83a029b1c2ae91ad6426d45b6723893e1427 (patch)
treeedf5bd6e1cccc01f57572620d96beeafbbe3a175 /docs/markdown/Threads.md
parentf0fbb31ccfa78ca1d7b7f9cedfbb090bf36d3e64 (diff)
downloadmeson-docrewrap.tar.gz
Rewrap long text lines in docs. [skip ci]docrewrap
Diffstat (limited to 'docs/markdown/Threads.md')
-rw-r--r--docs/markdown/Threads.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Threads.md b/docs/markdown/Threads.md
index 1bf9f830a..b12d4c513 100644
--- a/docs/markdown/Threads.md
+++ b/docs/markdown/Threads.md
@@ -4,7 +4,9 @@ short-description: Enabling thread support
# Threads
-Meson has a very simple notational shorthand for enabling thread support on your build targets. First you obtain the thread dependency object like this:
+Meson has a very simple notational shorthand for enabling thread
+support on your build targets. First you obtain the thread dependency
+object like this:
```meson
thread_dep = dependency('threads')