Search code examples
c++cdocumentationimplementationdocco

Is there a source code documentation generator for C / C++ like docco?


I would like the get a similar output on documented c++ implementation files (not header files) like the output generated with docco. Is there such a tool?


Solution

  • Docco claims to support this now - https://github.com/jashkenas/docco/pull/96