Browse Source

DOC: Fix comment

Andy Cedilnik 21 years ago
parent
commit
eeb7637a6e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Source/cmIncludeCommand.h
  2. 1 1
      Source/cmSetTargetPropertiesCommand.h

+ 1 - 1
Source/cmIncludeCommand.h

@@ -81,7 +81,7 @@ public:
       "INCLUDE command.  If OPTIONAL is present, then no error "
       "is raised if the file does not exist.\n"
       "If module is specified instead of file, the file with name "
-      "module.cmake is searched in the CMAKE_MODULE_PATH.";
+      "<modulename>.cmake is searched in the CMAKE_MODULE_PATH.";
     }
   
   cmTypeMacro(cmIncludeCommand, cmCommand);

+ 1 - 1
Source/cmSetTargetPropertiesCommand.h

@@ -60,7 +60,7 @@ public:
         "to change, and then provide the values you want to set next.  "
         "Properties that cmake knows about are PREFIX and SUFFIX for Unix "
         "systems and libraries.   CMake also knows about LINK_FLAGS, which "
-        "can be used to add extra flags to the link step of a target."
+        "can be used to add extra flags to the link step of a target. "
         "DEFINE_SYMBOL is a symbol that is defined when compiling C or C++ "
         "sources.  PRE_INSTALL_SCRIPT specifies CMake script that is run "
         "prior to installing the target. POST_INSTALL_SCRIPT specifies "