apidoc-core
Advanced tools
Comparing version 0.11.0 to 0.11.1
# Changelog for apidoc-core | ||
## 0.11.1 | ||
* Correctly merge the dev branch | ||
## 0.11.0 | ||
@@ -4,0 +8,0 @@ |
@@ -1,7 +0,3 @@ | ||
var trim = require('../utils/trim'); | ||
function parse(content) { | ||
content = trim(content); | ||
return content; | ||
return 'private'; | ||
} | ||
@@ -8,0 +4,0 @@ |
{ | ||
"name": "apidoc-core", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Core parser library to generate apidoc result following the apidoc-spec", | ||
@@ -5,0 +5,0 @@ "author": "Peter Rottmann <rottmann@inveris.de>", |
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
112585
2888