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/markdown | |
| parent | b3ea27f596310e6be98d1fdbf3466f77790138d6 (diff) | |
| download | meson-487fdfcd1191a7a6cb4190a1fed5549c5b41b3c9.tar.gz | |
docs: Add missing closing ` in reference manual
Diffstat (limited to 'docs/markdown')
| -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 8d58e8bb7..5e7de3a66 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 |
