summaryrefslogtreecommitdiffstats
path: root/Source/cmDumpDocumentation.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-05-11 02:15:09 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-05-11 02:15:09 (GMT)
commite2c41d8436f8c82bd269ee831b23b98aafd9bb5a (patch)
tree51802bd4898d24d77f1ca62ed6f4117a0cc62f99 /Source/cmDumpDocumentation.cxx
parentec4fbc338c6f5ed25700cd453326f90cc1313f39 (diff)
downloadCMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.zip
CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.tar.gz
CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.tar.bz2
ENH: move changes from main tree
Diffstat (limited to 'Source/cmDumpDocumentation.cxx')
-rw-r--r--Source/cmDumpDocumentation.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDumpDocumentation.cxx b/Source/cmDumpDocumentation.cxx
index 65447dd..493d70f 100644
--- a/Source/cmDumpDocumentation.cxx
+++ b/Source/cmDumpDocumentation.cxx
@@ -51,7 +51,8 @@ static const cmDocumentationEntry cmDocumentationDescription[] =
//----------------------------------------------------------------------------
static const cmDocumentationEntry cmDocumentationOptions[] =
{
- {"--all-for-coverage", "Dump all documentation to stdout. For testing.", 0},
+ {"--all-for-coverage",
+ "Dump all documentation to stdout. For testing.", 0},
{0,0,0}
};