Comparing version 0.4.1 to 0.4.2
0.4.2 / 2013-01-18 | ||
================== | ||
* Prevent error when using --api & comments have no example code. | ||
0.4.1 / 2012-11-11 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -23,3 +23,3 @@ | ||
var code = buf.match(/^( {4}[^\n]+\n*)+/gm); | ||
var code = buf.match(/^( {4}[^\n]+\n*)+/gm) || []; | ||
@@ -26,0 +26,0 @@ code.forEach(function(block){ |
{ "name": "dox" | ||
, "description": "Markdown / JSdoc documentation generator" | ||
, "version": "0.4.1" | ||
, "version": "0.4.2" | ||
, "author": "TJ Holowaychuk <tj@vision-media.ca>" | ||
@@ -5,0 +5,0 @@ , "repository": { "type": "git", "url": "git://github.com/visionmedia/dox.git" } |
21173