Add symbol kind to info
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user