Comparing version 0.2.0 to 0.3.0
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"engines": { | ||
@@ -43,6 +43,6 @@ "node": ">=0.10.0" | ||
}, | ||
"homepage": "https://github.com/gjtorikian/biscotto", | ||
"homepage": "https://github.com/atom/biscotto", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/gjtorikian/biscotto.git" | ||
"url": "git://github.com/atom/biscotto.git" | ||
}, | ||
@@ -49,0 +49,0 @@ "scripts": { |
Biscotto is a [CoffeeScript](http://coffeescript.org/) API documentation generator. The underlying architecture is based on [codo](https://github.com/netzpirat/codo); however, this uses [TomDoc](http://tomdoc.org/) notation, instead of JSDoc. | ||
[![Build Status](https://travis-ci.org/atom/biscotto.png?branch=master)](https://travis-ci.org/atom/biscotto) | ||
## Features | ||
@@ -37,4 +39,4 @@ | ||
options - These are the options: | ||
key1: Blah blah. | ||
key2: Blah | ||
:key1 - Blah blah. | ||
:key2 - Blah | ||
``` | ||
@@ -115,3 +117,3 @@ | ||
# Public: I'm being delegated to! | ||
# | ||
# | ||
# a - A {Number} | ||
@@ -124,3 +126,3 @@ # b - A {String} | ||
`delegatedMethod` has the same arguments, return type, and documentation as | ||
`delegatedMethod` has the same arguments, return type, and documentation as | ||
`delegatedRegular`. You can also choose to delegate to a different class: | ||
@@ -127,0 +129,0 @@ |
@@ -20,3 +20,4 @@ { | ||
"RegExp" : "https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp", | ||
"String" : "https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String" | ||
"String" : "https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String", | ||
"Base": "http://coffeescript.org/documentation/docs/nodes.html#section-7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
856503
14791
226