apidoc-core
Advanced tools
Comparing version 0.7.0 to 0.7.1
# apiDoc Hooks | ||
If you need a hook in apidoc-core please add your hook and provide a pull request. | ||
How to add a hook into apidoc-core view [source code](https://github.com/apidoc/apidoc-core/blob/20921efd32f95e7934333d633c56ff6f60722123/lib/parser.js#L454-L458). | ||
How to use hook in your plugin view (https://github.com/apidoc/apidoc-plugin-test/blob/master/index.js) | ||
## parser-find-elements | ||
@@ -5,0 +11,0 @@ |
@@ -50,3 +50,3 @@ var _ = require('lodash'); | ||
dir = path.join(dir, '..'); | ||
if (dir === '/') | ||
if (dir === '/' || dir.substr(1) === ':\\') | ||
return; | ||
@@ -53,0 +53,0 @@ return this.detectPugins(dir); |
{ | ||
"name": "apidoc-core", | ||
"version": "0.7.0", | ||
"version": "0.7.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
101141