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:
Brad King 2015-04-14 13:14:50 -04:00
parent cdc53b62c2
commit 9ac0568390
2 changed files with 2 additions and 2 deletions

View File

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

View File

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