summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-02-19 01:40:56 (GMT)
committerBrad King <brad.king@kitware.com>2003-02-19 01:40:56 (GMT)
commitba56262ae21686670b26935d3a89cabc6f4d8a1f (patch)
treeb1edee02595d2b28b7291ca4957b93b97ece26c0 /Source/cmAddCustomCommandCommand.h
parent0c26d2f4e59c35fd84774c410fd161264e6ff3d7 (diff)
downloadCMake-ba56262ae21686670b26935d3a89cabc6f4d8a1f.zip
CMake-ba56262ae21686670b26935d3a89cabc6f4d8a1f.tar.gz
CMake-ba56262ae21686670b26935d3a89cabc6f4d8a1f.tar.bz2
Fix to documentation formatting: removed extra newline.
Diffstat (limited to 'Source/cmAddCustomCommandCommand.h')
-rw-r--r--Source/cmAddCustomCommandCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h
index a48bf15..fe46f0e 100644
--- a/Source/cmAddCustomCommandCommand.h
+++ b/Source/cmAddCustomCommandCommand.h
@@ -104,7 +104,7 @@ public:
"build rule. It is the target (library, executable, or custom target) "
"that will use the output generated from this rule. This is necessary "
"to choose a project file in which to generate the rule for Visual "
- "Studio.\n\n"
+ "Studio.\n"
"Example of usage:\n"
" ADD_CUSTOM_COMMAND(\n"
" TARGET tiff\n"