summaryrefslogtreecommitdiffstats
path: root/Source/cmFindIncludeRule.h
diff options
context:
space:
mode:
authorWill Schroeder <will.schroeder@kitware.com>2001-01-10 22:05:42 (GMT)
committerWill Schroeder <will.schroeder@kitware.com>2001-01-10 22:05:42 (GMT)
commit26dbdd467193ba0d4931466c26daa3f05689e6c4 (patch)
treef11d30bb7b417202427a77a9642c56e19e2c646e /Source/cmFindIncludeRule.h
parent26f072dfe111164e7cd1f879a7483939ae3b0a19 (diff)
downloadCMake-26dbdd467193ba0d4931466c26daa3f05689e6c4.zip
CMake-26dbdd467193ba0d4931466c26daa3f05689e6c4.tar.gz
CMake-26dbdd467193ba0d4931466c26daa3f05689e6c4.tar.bz2
ENH:Beginning clean up; adding documentation
Diffstat (limited to 'Source/cmFindIncludeRule.h')
-rw-r--r--Source/cmFindIncludeRule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFindIncludeRule.h b/Source/cmFindIncludeRule.h
index 113c3e1..654c26a 100644
--- a/Source/cmFindIncludeRule.h
+++ b/Source/cmFindIncludeRule.h
@@ -20,13 +20,13 @@ public:
// This is the name used in the input file.
virtual const char* GetName() { return "FIND_INCLUDE";}
- virtual const char* TerseDocumentaion()
+ virtual const char* TerseDocumentation()
{
return "Find an include path.";
}
// Return full documentation for the rule
- virtual const char* FullDocumentaion()
+ virtual const char* FullDocumentation()
{
return
"FIND_INCLUDE(DEFINE try1 try2 ...);";