diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 02:15:09 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 02:15:09 (GMT) |
commit | e2c41d8436f8c82bd269ee831b23b98aafd9bb5a (patch) | |
tree | 51802bd4898d24d77f1ca62ed6f4117a0cc62f99 /Source/cmDumpDocumentation.cxx | |
parent | ec4fbc338c6f5ed25700cd453326f90cc1313f39 (diff) | |
download | CMake-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.cxx | 3 |
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} }; |