From 487fdfcd1191a7a6cb4190a1fed5549c5b41b3c9 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 25 Jul 2019 13:46:28 -0700 Subject: docs: Add missing closing ` in reference manual --- docs/markdown/Reference-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Reference-manual.md') 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 -- cgit v1.1