Description
cppman (formerly manpages-cpp) is a free and open source command-line software written in Python and designed to help developers generate C++ man pages for their applications.
In other words, cppman is a manual page formatter that takes the information from the cplusplus.com website. It features syntax highlighting support, and an interface simliar to the 'man' command.
Below we've listed two methods for installing the cppman package on any Linux distribution:
1. Install from PyPI:
pip install cppman
2. Arch Linux users can find it on AUR or using Yaourt:
yaourt -S cppman
or
yaourt -S cppman-git
User Reviews for cppman FOR LINUX 1
-
cppman FOR LINUX is a useful tool for developers, offering C++ man page generation with syntax highlighting. Installation is easy via PyPI or AUR.