diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-06-29 20:33:35 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-06-29 20:33:35 -0400 |
commit | e06dd48ad2556f71ae639b877058cf6d13153d78 (patch) | |
tree | 263d02afdf3410bc15dcc9e808fbda96d136365e /docs/markdown/Commands.md | |
parent | 4635fd59375e14d06d0789d8fefe630950217846 (diff) | |
download | meson-e06dd48ad2556f71ae639b877058cf6d13153d78.zip meson-e06dd48ad2556f71ae639b877058cf6d13153d78.tar.gz meson-e06dd48ad2556f71ae639b877058cf6d13153d78.tar.bz2 |
docs: update various function references to be linkified
Diffstat (limited to 'docs/markdown/Commands.md')
-rw-r--r-- | docs/markdown/Commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md index 762cd2f..f7ef009 100644 --- a/docs/markdown/Commands.md +++ b/docs/markdown/Commands.md @@ -321,7 +321,7 @@ fi ... ``` -These variables are set in environment in addition to those set using `meson.add_devenv()`: +These variables are set in environment in addition to those set using [[meson.add_devenv]]: - `MESON_DEVENV` is defined to `'1'`. - `MESON_PROJECT_NAME` is defined to the main project's name. - `PKG_CONFIG_PATH` includes the directory where Meson generates `-uninstalled.pc` |