diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-10-01 13:37:38 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-10-04 21:19:03 +0300 |
commit | 019a627f047667ea04574cebb9a174156b2a7a67 (patch) | |
tree | d8059d029e6cc11f8aa576ebf10bb3f1848295ca | |
parent | 65cb7b02410ca24e61985940e193dc7c5c6f5d8c (diff) | |
download | meson-019a627f047667ea04574cebb9a174156b2a7a67.zip meson-019a627f047667ea04574cebb9a174156b2a7a67.tar.gz meson-019a627f047667ea04574cebb9a174156b2a7a67.tar.bz2 |
Document the compiler.cmd_array() method
-rw-r--r-- | docs/markdown/Reference-manual.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 14e81a8..a098b7b 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1627,6 +1627,9 @@ the following methods: the positional argument, you can specify external dependencies to use with `dependencies` keyword argument. +- `cmd_array()` returns an array containing the command arguments for + the current compiler. + - `compiles(code)` returns true if the code fragment given in the positional argument compiles, you can specify external dependencies to use with `dependencies` keyword argument, `code` can be either a |