Annote pattern.mjs and signal.mjs
This commit is contained in:
parent
c754dab1ef
commit
4a395f372d
4 changed files with 198 additions and 7 deletions
|
|
@ -17,7 +17,6 @@ function defineTags(dictionary) {
|
|||
mustHaveValue: true,
|
||||
onTagged: function (doclet, tag) {
|
||||
doclet.group = tag.value;
|
||||
console.log('TAGGED GROUP:', doclet.group);
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue