UNPKG

whs

Version:

Super-fast 3D framework for Web Applications & Games. Based on Three.js

12 lines (10 loc) 244 B
exports.defineTags = function (dictionary) { dictionary.defineTag("category", { mustHaveValue: true, canHaveType: false, canHaveName: true, onTagged: function (doclet, tag) { doclet.category = tag.value; } }); };