forked from jashkenas/docco
-
Notifications
You must be signed in to change notification settings - Fork 2
Literate Programming can be Quick and Dirty.
milewise/docco
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
____
/\ _`\
\ \ \/\ \ ___ ___ ___ ___
\ \ \ \ \ / __`\ /'___\ /'___\ / __`\
\ \ \_\ \ /\ \ \ \ /\ \__/ /\ \__/ /\ \ \ \
\ \____/ \ \____/ \ \____\ \ \____\ \ \____/
\/___/ \/___/ \/____/ \/____/ \/___/
Docco is a quick-and-dirty, hundred-line-long, literate-programming-style
documentation generator. For more information, see:
http://jashkenas.github.com/docco/
===================================================================
This fork supports JSDoc style comments and highlights declared parameters.
Example:
/**
* @description Lolify someone's name
* @param {String} name A person's name
*/
function lolify(name) {
return 'OH HAI ' + name + ' KTHXBAI';
}
About
Literate Programming can be Quick and Dirty.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- CoffeeScript 97.7%
- JavaScript 2.3%