docs: get_supported_arguments was added in 0.43.0

Closes https://github.com/mesonbuild/meson/issues/2371

[noci]
pull/2379/head
Nirbheek Chauhan 7 years ago committed by GitHub
parent 011adc4bd2
commit 92318c7660
  1. 6
      docs/markdown/Reference-manual.md

@ -1309,9 +1309,9 @@ the following methods:
- `get_id()` returns a string identifying the compiler. For example, - `get_id()` returns a string identifying the compiler. For example,
`gcc`, `msvc`, [and more](Compiler-properties.md#compiler-id). `gcc`, `msvc`, [and more](Compiler-properties.md#compiler-id).
- `get_supported_arguments(list_of_string)` returns an array - `get_supported_arguments(list_of_string)` *(added 0.43.0)* returns
containing only the arguments supported by the compiler, as if an array containing only the arguments supported by the compiler,
`has_argument` were called on them individually. as if `has_argument` were called on them individually.
- `has_argument(argument_name)` returns true if the compiler accepts - `has_argument(argument_name)` returns true if the compiler accepts
the specified command line argument, that is, can compile code the specified command line argument, that is, can compile code

Loading…
Cancel
Save