Manual page formatter that generates C++ manual pages from cplusplus.com
- Syntax highlighting support for sections and example source code.
- Usage/Interface simliar to the 'man' command
- Frequently update to support cplusplus.com
- Install from PyPI:
pip install cppman - Arch Linux users can find it on AUR or using Yaourt:
yaourt -S cppmanoryaourt -S cppman-git - Ubuntu/Debian PPA are no longer maintained. If you are interested in maintaining it, feel free to contact me.
- Please report bugs / mis-formatted pages to the github issure tracker.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
- manpages-cpp is renamed to cppman since September 19, 2012

