diff options
author | Brad King <brad.king@kitware.com> | 2014-04-29 13:58:46 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-04-29 13:58:46 (GMT) |
commit | 1b5fac4695a22f481a2713d8ee3f5841426298cd (patch) | |
tree | 75a715b11c166704958ce7c98e9c4b45c5b1acaf /Source/cmDocumentation.h | |
parent | c51d07d4397ceed55c534a036ef81df44b741ff6 (diff) | |
parent | 478356e6d9755e5c09c2c5eff8375241cc0f2ea5 (diff) | |
download | CMake-1b5fac4695a22f481a2713d8ee3f5841426298cd.zip CMake-1b5fac4695a22f481a2713d8ee3f5841426298cd.tar.gz CMake-1b5fac4695a22f481a2713d8ee3f5841426298cd.tar.bz2 |
Merge topic 'doc-full-help'
478356e6 Restore --help-full option to output all help manuals
Diffstat (limited to 'Source/cmDocumentation.h')
-rw-r--r-- | Source/cmDocumentation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h index 56a4151..c98e48e 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); |