Ninja: Drop 'experimental' label in documentation
This generator is no longer experimental and has been fairly mature for several releases already.
This commit is contained in:
parent
cdc53b62c2
commit
9ac0568390
|
@ -1,7 +1,7 @@
|
||||||
Ninja
|
Ninja
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Generates build.ninja files (experimental).
|
Generates build.ninja files.
|
||||||
|
|
||||||
A build.ninja file is generated into the build tree. Recent versions
|
A build.ninja file is generated into the build tree. Recent versions
|
||||||
of the ninja program can build the project through the "all" target.
|
of the ninja program can build the project through the "all" target.
|
||||||
|
|
|
@ -507,7 +507,7 @@ void cmGlobalNinjaGenerator
|
||||||
::GetDocumentation(cmDocumentationEntry& entry)
|
::GetDocumentation(cmDocumentationEntry& entry)
|
||||||
{
|
{
|
||||||
entry.Name = cmGlobalNinjaGenerator::GetActualName();
|
entry.Name = cmGlobalNinjaGenerator::GetActualName();
|
||||||
entry.Brief = "Generates build.ninja files (experimental).";
|
entry.Brief = "Generates build.ninja files.";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Implemented in all cmGlobaleGenerator sub-classes.
|
// Implemented in all cmGlobaleGenerator sub-classes.
|
||||||
|
|
Loading…
Reference in New Issue