Skip to content

Commit

Permalink
Edited src/docco.coffee via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Aug 20, 2011
1 parent e29a090 commit 3e55bad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/docco.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
#
# docco src/*.coffee
#
# ...will generate linked HTML documentation for the named source files, saving
# it into a `docs` folder. One HTML file per input source file will be generated.
# For each call to docco, if there are multiple files, a menu will be generated to
# navigate between files. This will contain only the files for the current invocation.
# ...will generate an HTML documentation page for each of the named source files,
# with a menu linking to the other pages, saving it into a `docs` folder.
#
# The [source for Docco](http://github.com/jashkenas/docco) is available on GitHub,
# and released under the MIT license.
Expand Down

0 comments on commit 3e55bad

Please sign in to comment.