diff options
-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 |