diff options
| author | meator <meator.dev@gmail.com> | 2025-07-13 13:42:06 +0200 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-07-14 11:33:56 -0700 |
| commit | 68f70840b35555f3f51e08f8595f23f4842b25e0 (patch) | |
| tree | 279046938dd7b8ab814d5f70f1809b8dd167a2db /docs/yaml | |
| parent | 6eb1f2de031be04e2757b0d09784d5ada53d87f7 (diff) | |
| download | meson-68f70840b35555f3f51e08f8595f23f4842b25e0.tar.gz | |
docs: document missing languages in project()
Diffstat (limited to 'docs/yaml')
| -rw-r--r-- | docs/yaml/functions/project.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/project.yaml b/docs/yaml/functions/project.yaml index 25ea9b9f4..0a65af81a 100644 --- a/docs/yaml/functions/project.yaml +++ b/docs/yaml/functions/project.yaml @@ -24,7 +24,7 @@ description: | Supported values for languages are `c`, `cpp` (for `C++`), `cuda`, `cython`, `d`, `objc`, `objcpp`, `fortran`, `java`, `cs` (for `C#`), - `vala` and `rust`. + `swift`, `nasm`, `masm`, `linearasm`, `vala` and `rust`. posargs: project_name: |
