hdoc-tools 0.8.36 → 0.8.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hdoc-validate.js +2 -2
- package/package.json +1 -1
package/hdoc-validate.js
CHANGED
@@ -176,8 +176,8 @@
|
|
176
176
|
// Get a list of HTML files in source_path
|
177
177
|
dree.scan(source_path, dreeOptions, fileCallback);
|
178
178
|
|
179
|
-
if (hdocbook_project.
|
180
|
-
hdocbook_project.
|
179
|
+
if (hdocbook_project.validation && hdocbook_project.validation.exclude_links && hdocbook_project.validation.exclude_links instanceof Array) {
|
180
|
+
hdocbook_project.validation.exclude_links.forEach(function(excl_link) {
|
181
181
|
exclude_links[excl_link] = true;
|
182
182
|
});
|
183
183
|
}
|