diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2019-07-25 13:46:28 -0700 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2019-07-26 12:06:47 +0000 |
commit | 487fdfcd1191a7a6cb4190a1fed5549c5b41b3c9 (patch) | |
tree | c3b30dd0eef90124c8c0955d468fbb6f654697a2 /docs | |
parent | b3ea27f596310e6be98d1fdbf3466f77790138d6 (diff) | |
download | meson-487fdfcd1191a7a6cb4190a1fed5549c5b41b3c9.zip meson-487fdfcd1191a7a6cb4190a1fed5549c5b41b3c9.tar.gz meson-487fdfcd1191a7a6cb4190a1fed5549c5b41b3c9.tar.bz2 |
docs: Add missing closing ` in reference manual
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 8d58e8b..5e7de3a 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -2226,7 +2226,7 @@ an external dependency with the following methods: - sources: any compiled or static sources the dependency has - `get_variable(cmake : str, pkgconfig : str, configtool : str, - default_value : str, pkgconfig_define : [str, str]) *(Added in + default_value : str, pkgconfig_define : [str, str])` *(Added in 0.51.0)* A generic variable getter method, which repalces the get_*type*_variable methods. This allows one to get the variable from a dependency without knowing specifically how that dependency |