mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
fixed the documentation some
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user