diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2022-07-14 00:01:39 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-07-14 00:01:39 -0400 |
| commit | 5851c133a0d336c2f7cef2f7d155e30f9fcc5d9a (patch) | |
| tree | 5d7df67f74f899f3dc3e7f681b2413a63d1c9bcd /docs/markdown/Cuda-module.md | |
| parent | 69131e724269b3ada3a9058a2f1722ddd0617583 (diff) | |
| download | meson-5851c133a0d336c2f7cef2f7d155e30f9fcc5d9a.tar.gz | |
docs: add some function linkification in code snippets
Let people easily find the documentation for concepts we are trying to
teach.
Diffstat (limited to 'docs/markdown/Cuda-module.md')
| -rw-r--r-- | docs/markdown/Cuda-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Cuda-module.md b/docs/markdown/Cuda-module.md index 24a607a72..81eb795ec 100644 --- a/docs/markdown/Cuda-module.md +++ b/docs/markdown/Cuda-module.md @@ -23,7 +23,7 @@ from Meson altogether. The module may be imported as follows: ``` meson -cuda = import('unstable-cuda') +cuda = [[#import]]('unstable-cuda') ``` It offers several useful functions that are enumerated below. |
