Use correct config for tags which must not have a value.

This commit is contained in:
Maximilian Krög
2020-01-18 17:43:30 +01:00
parent 2f094978ca
commit 9cc7ef4b96
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ exports.defineTags = function(dictionary) {
const classTag = dictionary.lookUp('class');
dictionary.defineTag('interface', {
mustHaveValue: false,
mustNotHaveValue: true,
onTagged: function(doclet, tag) {
classTag.onTagged.apply(this, arguments);
doclet.virtual = true;