summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-24 19:05:38 (GMT)
committerBrad King <brad.king@kitware.com>2014-04-25 12:41:31 (GMT)
commit478356e6d9755e5c09c2c5eff8375241cc0f2ea5 (patch)
treefb1b64f9608f24299afb68d590f31c8824b52d95 /Source/cmDocumentation.h
parent20b46a09e38be7521a903e1846716ce9a2ed2df6 (diff)
downloadCMake-478356e6d9755e5c09c2c5eff8375241cc0f2ea5.zip
CMake-478356e6d9755e5c09c2c5eff8375241cc0f2ea5.tar.gz
CMake-478356e6d9755e5c09c2c5eff8375241cc0f2ea5.tar.bz2
Restore --help-full option to output all help manuals
This option was removed during conversion to the reStructuredText documentation. Restore it. Process documentation starting at Help/index.rst so that all manuals are included in the output.
Diffstat (limited to 'Source/cmDocumentation.h')
-rw-r--r--Source/cmDocumentation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h
index d5a7dd5..cc16eb7 100644
--- a/Source/cmDocumentation.h
+++ b/Source/cmDocumentation.h
@@ -102,6 +102,7 @@ private:
bool PrintFiles(std::ostream& os, std::string const& pattern);
bool PrintVersion(std::ostream& os);
+ bool PrintHelpFull(std::ostream& os);
bool PrintHelpOneManual(std::ostream& os);
bool PrintHelpOneCommand(std::ostream& os);
bool PrintHelpOneModule(std::ostream& os);