ENH: Wrote basic description in full documentation block.
This commit is contained in:
parent
27ecfcea6d
commit
a04796ddcb
|
@ -99,5 +99,8 @@ void cmGlobalUnixMakefileGenerator::GetDocumentation(cmDocumentationEntry& entry
|
|||
{
|
||||
entry.name = this->GetName();
|
||||
entry.brief = "Generates standard UNIX makefiles.";
|
||||
entry.full = "full UNIX!";
|
||||
entry.full =
|
||||
"A hierarchy of UNIX makefiles is generated into the build tree. Any "
|
||||
"standard UNIX-style make program can build the project through the "
|
||||
"default make target. A \"make install\" target is also provided.";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue