Annote pattern.mjs and signal.mjs

This commit is contained in:
Václav Volhejn 2025-10-01 23:45:48 +02:00
parent c754dab1ef
commit 4a395f372d
4 changed files with 198 additions and 7 deletions

View file

@ -17,7 +17,6 @@ function defineTags(dictionary) {
mustHaveValue: true,
onTagged: function (doclet, tag) {
doclet.group = tag.value;
console.log('TAGGED GROUP:', doclet.group);
},
});
}