From 75099510f1c7d1a52b589b4364fe6bb64d7aeb4e Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Fri, 19 May 2017 15:03:43 +0100 Subject: docs: The return value of executable() is a builttarget object. Make executable() consistent with all other functions returning a buildtarget, it's return type is a buildtarget object. --- docs/markdown/Reference-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 04ba15f88..366ece7f1 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -214,7 +214,7 @@ Returns an empty [environment variable object](#environment-object). ### executable() ``` meson - exe executable(*exe_name*, *sources*, ...) + buildtarget executable(*exe_name*, *sources*, ...) ``` Creates a new executable. The first argument specifies its name and the remaining positional arguments define the input files to use. They can be of the following types: -- cgit v1.2.3