From 3355878eeb5e3e5e8a5a68ac879b31df6ca7f6fd Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 6 Apr 2001 12:00:39 -0400 Subject: [PATCH] fixed the documentation some --- Source/cmFindIncludeCommand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmFindIncludeCommand.h b/Source/cmFindIncludeCommand.h index 738103293..f3f6dcfec 100644 --- a/Source/cmFindIncludeCommand.h +++ b/Source/cmFindIncludeCommand.h @@ -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);