Fix code format of JSDoc synonym plugin
This commit is contained in:
parent
2aff31fe06
commit
bfff38a262
1 changed files with 5 additions and 5 deletions
|
|
@ -10,8 +10,8 @@ function defineTags(dictionary) {
|
|||
onTagged: function (doclet, tag) {
|
||||
doclet.synonyms_text = tag.value;
|
||||
doclet.synonyms = doclet.synonyms_text.split(/[ ,]+/);
|
||||
}
|
||||
},
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = {defineTags: defineTags}
|
||||
module.exports = { defineTags: defineTags };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue