Docco is a command line tool that generates HTML documentation from source code files and their comments. It uses Markdown to format comments and Pygments for syntax highlighting of code. Comments and code are displayed side-by-side in the generated HTML. Docco works with languages like CoffeeScript, JavaScript, Ruby, Python and more. It is open source and available on GitHub under the MIT license.