Rename group -> tags
This commit is contained in:
parent
a4d7803d43
commit
5032b4e966
7 changed files with 368 additions and 368 deletions
|
|
@ -13,10 +13,10 @@ function defineTags(dictionary) {
|
|||
},
|
||||
});
|
||||
|
||||
dictionary.defineTag('group', {
|
||||
dictionary.defineTag('tags', {
|
||||
mustHaveValue: true,
|
||||
onTagged: function (doclet, tag) {
|
||||
doclet.group = tag.value;
|
||||
doclet.tags = tag.value.split(/[ ,]+/);
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue