fix bad merge

This commit is contained in:
Jeff Williams 2013-12-03 21:51:54 -08:00
parent 8bf9db836e
commit 9f4137edc2

View File

@ -440,6 +440,7 @@ exports.defineTags = function(dictionary) {
dictionary.defineTag('member', {
canHaveType: true,
canHaveName: true,
onTagged: function(doclet, tag) {
setDocletKindToTitle(doclet, tag);
setDocletNameToValueName(doclet, tag);