Comparing version 0.2.3 to 0.2.4
@@ -265,3 +265,3 @@ var fs = require("fs"); | ||
//var starsRegExp = /^\s?(\*|\s)?\s?/gm; | ||
var starsRegExp = /^\s?(\*|\s)[ ]?/gm; | ||
var starsRegExp = /^(\s+)?(\*|\s)[ ]?/gm; | ||
@@ -268,0 +268,0 @@ // Findet die Dokumentblöcke zwischen "/**" und "*/" |
{ | ||
"name": "apidoc", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "RESTful web API Documentation Generator", | ||
@@ -5,0 +5,0 @@ "author": "Peter Rottmann <rottmann@inveris.de>", |
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
1094830