Ccdoc is a free javadoc inspired tool that automatically generates HTML web documentation from C++ programs by parsing the source file headers. It was designed to aid collaboration between package users and package developers by documenting the interface. Complete information about this tool, including the users guide and FAQ can be found on the project home page: http://ccdoc.sourceforge.net. This distribution consists of a single executable: ccdoc and a single man page: ccdoc.1 (ccdoc.man in the source directory). Here is how you can create the program and install it in /usr/local/bin and install the man page in /usr/local/man/man1/ccdoc.1. % ./configure --prefix=/usr/local --exec-prefix=/usr/local % make % make install By default it is installed in /usr/bin. Run this command to get the on-line help manual: % ccdoc -help > help.txt Run this comment to get the version number: % ccdoc -version Enjoy.