Sfoglia il codice sorgente

fixed the documentation some

Ken Martin 24 anni fa
parent
commit
3355878eeb
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Source/cmFindIncludeCommand.h

+ 2 - 2
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);