diff options
author | Brad King <brad.king@kitware.com> | 2003-02-18 20:40:56 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-02-18 20:40:56 -0500 |
commit | ba56262ae21686670b26935d3a89cabc6f4d8a1f (patch) | |
tree | b1edee02595d2b28b7291ca4957b93b97ece26c0 /Source | |
parent | 0c26d2f4e59c35fd84774c410fd161264e6ff3d7 (diff) | |
download | cmake-ba56262ae21686670b26935d3a89cabc6f4d8a1f.tar.gz |
Fix to documentation formatting: removed extra newline.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmAddCustomCommandCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h index a48bf15829..fe46f0e64a 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" |