Merge pull request #2246 from tschaub/kind

Add symbol kind to info.
This commit is contained in:
Tim Schaub
2014-06-25 11:52:28 -04:00
+1
View File
@@ -46,6 +46,7 @@ exports.publish = function(data, opts) {
} else { } else {
symbols.push({ symbols.push({
name: doc.longname, name: doc.longname,
kind: doc.kind,
description: doc.description, description: doc.description,
extends: doc.augments, extends: doc.augments,
path: path.join(doc.meta.path, doc.meta.filename) path: path.join(doc.meta.path, doc.meta.filename)