summaryrefslogtreecommitdiffstats
path: root/Source/cmUtilitySourceCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-02-14 23:47:16 (GMT)
committerBrad King <brad.king@kitware.com>2003-02-14 23:47:16 (GMT)
commita02574158d178615cf8fd642695e5099b6041049 (patch)
treedf9f52770e9c2ff771988ae1a91ec0b2287548da /Source/cmUtilitySourceCommand.h
parentdec0b5106611cbccd1f75c1fa3371d66bdd69a47 (diff)
downloadCMake-a02574158d178615cf8fd642695e5099b6041049.zip
CMake-a02574158d178615cf8fd642695e5099b6041049.tar.gz
CMake-a02574158d178615cf8fd642695e5099b6041049.tar.bz2
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
Diffstat (limited to 'Source/cmUtilitySourceCommand.h')
-rw-r--r--Source/cmUtilitySourceCommand.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/Source/cmUtilitySourceCommand.h b/Source/cmUtilitySourceCommand.h
index 0e71c48..ba7012a 100644
--- a/Source/cmUtilitySourceCommand.h
+++ b/Source/cmUtilitySourceCommand.h
@@ -71,11 +71,12 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "UTILITY_SOURCE(cache_entry executable_name path_to_source [file1 file2 ...])\n"
- "When a third-party utility's source is included in the distribution,\n"
- "this command specifies its location and name. The cache entry will\n"
- "not be set unless the path_to_source and all listed files exist. It\n"
- "is assumed that the source tree of the utility will have been built\n"
+ " UTILITY_SOURCE(cache_entry executable_name\n"
+ " path_to_source [file1 file2 ...])\n"
+ "When a third-party utility's source is included in the distribution, "
+ "this command specifies its location and name. The cache entry will "
+ "not be set unless the path_to_source and all listed files exist. It "
+ "is assumed that the source tree of the utility will have been built "
"before it is needed.";
}