Questions tagged [docco]

Docco is a documentation generator for CoffeeScript that takes comments in the CoffeeScript source and generates Markdown-based documentation that is shown alongside the comment-free source.

Docco is a documentation generator for coffeescript that takes comments in the coffeescript source and generates markdown based documentation that is shown alongside the comment free source.

Project site: Docco

GitHub home: Docco Github Page

17 questions
0
votes
1 answer

Trouble running Docco on Windows 7

I'm having trouble running Docco on Windows 7. I did the following: downloaded and installed python and perl installed node js Run npm install -g coffee-script Run easy_install pygments Run npm install -g pygments Run npm install -g docco I…
code
  • 5,294
  • 16
  • 62
  • 113
0
votes
1 answer

Docco not working as advertised

I'm trying to use docco to auto-document my coffeescript. In the example below, the comments get output properly. But the code is not given in the output on the right-pane... Just "undefined" as output. Now, I've double-checked, and I've already…
Nutritioustim
  • 2,686
  • 4
  • 32
  • 57
1
2