Add symbol kind to info

This commit is contained in:
Tim Schaub
2014-06-25 11:11:22 -04:00
parent dc6fd76e25
commit d5de99bcf7

View File

@@ -46,6 +46,7 @@ exports.publish = function(data, opts) {
} else {
symbols.push({
name: doc.longname,
kind: doc.kind,
description: doc.description,
extends: doc.augments,
path: path.join(doc.meta.path, doc.meta.filename)