Skip to content

Commit

Permalink
Merge remote branch 'origin/master' into windows
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Mar 28, 2013
2 parents 36570c6 + 68c0ea6 commit d6e3ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docco.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docco.litcoffee
Expand Up @@ -213,7 +213,7 @@ source files for languages for which we have definitions.
config.sources = options.args.filter((source) ->
lang = getLanguage source, config
console.warn "docco: skipped unknown type (#{m})" unless lang
console.warn "docco: skipped unknown type (#{path.basename source})" unless lang
lang
).sort()
Expand Down

0 comments on commit d6e3ecc

Please sign in to comment.