Merge topic 'doc-ninja-non-experimental'
9ac05683 Ninja: Drop 'experimental' label in documentation
This commit is contained in:
commit
fc579b91e0
@ -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…
x
Reference in New Issue
Block a user