Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to fallback to HighlightJS #120

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 9 additions & 6 deletions README
Expand Up @@ -14,12 +14,15 @@ http://jashkenas.github.com/docco/

$ docco

Usage: docco [options] <filePattern ...>
Usage: docco [options] <filePattern ...>

Options:

-h, --help output usage information
-V, --version output the version number
-c, --css [file] use a custom css file
-o, --output [path] use a custom output path
-t, --template [file] use a custom .jst template
-h, --help output usage information
-V, --version output the version number
-c, --css [file] use a custom css file
-o, --output [path] use a custom output path
-t, --template [file] use a custom .jst template
-h, --highlight [highlighter] choose between "pygments" or "highlightjs"
-p, --prettyname prepend the "underscored path" to file names,
e.g. app/src/foo.js => docs/app_src_foo.html