jsdoc-http-plugin
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -11,4 +11,4 @@ /** | ||
exports.options = { | ||
mustHaveValue: true, | ||
mustNotHaveDescription: true, | ||
mustHaveValue: false, | ||
mustNotHaveDescription: false, | ||
canHaveType: false, | ||
@@ -20,5 +20,5 @@ canHaveName: false, | ||
<h5>Authentication</h5> | ||
<p>${doclet.authentication}</p>` | ||
<p>${doclet.authentication || 'A authentication is needed to access this endpoint'}</p>` | ||
} | ||
} | ||
exports.newDocletHandler = function (e) { /* Do Nothing */ } |
{ | ||
"name": "jsdoc-http-plugin", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Plugin to add HTTP Route tags for documenting HTTP endpoints", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
24441