diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-04-06 16:00:39 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-04-06 16:00:39 (GMT) |
commit | 3355878eeb5e3e5e8a5a68ac879b31df6ca7f6fd (patch) | |
tree | fc73c5bd8136190b5c273421a928832734a4ba9f | |
parent | 13b8be3fb7d0e9f868ec9c9a75d2aa5fe00a7985 (diff) | |
download | CMake-3355878eeb5e3e5e8a5a68ac879b31df6ca7f6fd.zip CMake-3355878eeb5e3e5e8a5a68ac879b31df6ca7f6fd.tar.gz CMake-3355878eeb5e3e5e8a5a68ac879b31df6ca7f6fd.tar.bz2 |
fixed the documentation some
-rw-r--r-- | Source/cmFindIncludeCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFindIncludeCommand.h b/Source/cmFindIncludeCommand.h index 7381032..f3f6dcf 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); |