diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 17:05:04 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 17:05:04 (GMT) |
commit | bd45a7bb189828ebd844b8a2b401fcf24159c4e0 (patch) | |
tree | f0b9d242810dc4131762cb1f7e6cec2c10881545 /Source/cmGetDirectoryPropertyCommand.h | |
parent | 89f3e97730cf613a35583a1b9b527fc6f5561d91 (diff) | |
download | CMake-bd45a7bb189828ebd844b8a2b401fcf24159c4e0.zip CMake-bd45a7bb189828ebd844b8a2b401fcf24159c4e0.tar.gz CMake-bd45a7bb189828ebd844b8a2b401fcf24159c4e0.tar.bz2 |
STYLE: fix docs
Diffstat (limited to 'Source/cmGetDirectoryPropertyCommand.h')
-rw-r--r-- | Source/cmGetDirectoryPropertyCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGetDirectoryPropertyCommand.h b/Source/cmGetDirectoryPropertyCommand.h index 0befc65..88293a1 100644 --- a/Source/cmGetDirectoryPropertyCommand.h +++ b/Source/cmGetDirectoryPropertyCommand.h @@ -53,8 +53,8 @@ public: { return " GET_DIRECTORY_PROPERTY(VAR [DIRECTORY dir] property)\n" - "Get a property from the Directory. The value of the property is" - "stored in the variable VAR. If the property is not found," + "Get a property from the Directory. The value of the property is " + "stored in the variable VAR. If the property is not found, " "CMake will report an error. The properties include: VARIABLES, " "CACHE_VARIABLES, COMMANDS, MACROS, INCLUDE_DIRECTORIES, " "LINK_DIRECTORIES, DEFINITIONS, INCLUDE_REGULAR_EXPRESSION and " |