fixed the documentation some
This commit is contained in:
parent
13b8be3fb7
commit
3355878eeb
|
@ -59,7 +59,7 @@ public:
|
|||
*/
|
||||
virtual const char* GetTerseDocumentation()
|
||||
{
|
||||
return "Find an include path.";
|
||||
return "Find an include path for a given header file.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -68,7 +68,7 @@ public:
|
|||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
"FIND_INCLUDE(DEFINE try1 try2 ...)";
|
||||
"FIND_INCLUDE(DEFINE include extraPath1 extraPath2 ...)";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmFindIncludeCommand, cmCommand);
|
||||
|
|
Loading…
Reference in New Issue