summaryrefslogtreecommitdiffstats
path: root/Source/cmProjectRule.h
diff options
context:
space:
mode:
authorWill Schroeder <will.schroeder@kitware.com>2001-01-12 18:07:20 (GMT)
committerWill Schroeder <will.schroeder@kitware.com>2001-01-12 18:07:20 (GMT)
commit9a0e8e41deaf644a3f3fa10cb6b2cd2a2ba261b9 (patch)
tree483b87857eada89a24db38b3c7e408b63cf56cb4 /Source/cmProjectRule.h
parentb67bacd1be4cbf64857c008e36a40ccb0c300948 (diff)
downloadCMake-9a0e8e41deaf644a3f3fa10cb6b2cd2a2ba261b9.zip
CMake-9a0e8e41deaf644a3f3fa10cb6b2cd2a2ba261b9.tar.gz
CMake-9a0e8e41deaf644a3f3fa10cb6b2cd2a2ba261b9.tar.bz2
ENH:Tweaks to dump documentation
Diffstat (limited to 'Source/cmProjectRule.h')
-rw-r--r--Source/cmProjectRule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmProjectRule.h b/Source/cmProjectRule.h
index ef9cb2d..0560ab1 100644
--- a/Source/cmProjectRule.h
+++ b/Source/cmProjectRule.h
@@ -68,8 +68,8 @@ public:
virtual const char* FullDocumentation()
{
return
- "Set the name for the entire project. This takes one argument.\n"
- "PROJECT(projectname)";
+ "PROJECT(projectname)\n"
+ "Set the name for the entire project. This takes one argument.";
}
};