Clarify the list of languages is optional for project() [skip ci]

This commit is contained in:
David Cantrell 2019-09-26 13:26:15 -04:00 committed by Jussi Pakkanen
parent 0993c57ce6
commit fbbdde4561
1 changed files with 2 additions and 2 deletions

View File

@ -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