CppDoc vs Docco
A side-by-side look at CppDoc and Docco. For an in-depth review of either product, follow the links below.
CppDoc
Development
CppDoc is an open-source documentation generator for C++ projects. It analyzes C++ code and generates documentation in HTML format describing classes, functions, variables etc. Useful for automatically generating API documentation in C++ projects.
cdocumentationgeneratorapiopensource
Docco
Development
Docco is a quick-and-dirty, hundred-line-long, literate-programming-style documentation generator. It produces HTML that displays your comments alongside your code.
documentationgeneratorliterate-programming