diff options
author | David Cantrell <david.l.cantrell@gmail.com> | 2019-09-26 13:26:15 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-09-26 20:26:14 +0300 |
commit | fbbdde45616bce6d0f240d5938df4b697af520b4 (patch) | |
tree | 41e18afabc5ef965e336f793598e62c20a51f51d /docs/markdown | |
parent | 0993c57ce626e2cb125b662414df3a5113a9707d (diff) | |
download | meson-fbbdde45616bce6d0f240d5938df4b697af520b4.zip meson-fbbdde45616bce6d0f240d5938df4b697af520b4.tar.gz meson-fbbdde45616bce6d0f240d5938df4b697af520b4.tar.bz2 |
Clarify the list of languages is optional for project() [skip ci]
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 5ab645b..f296e43 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1185,8 +1185,8 @@ The first argument to this function must be a string defining the name of this project. It is followed by programming languages that the project uses. Supported values for languages are `c`, `cpp` (for `C++`), `d`, `objc`, `objcpp`, `fortran`, `java`, `cs` (for `C#`), -`vala` and `rust`. In versions before `0.40.0` you must have at least one -language listed. +`vala` and `rust`. Since version `0.40.0` the list of languages +is optional. The project name can be any string you want, it's not used for anything except descriptive purposes. However since it is written to |