Skip to content

Commit

Permalink
Merge pull request openlayers#2246 from tschaub/kind
Browse files Browse the repository at this point in the history
Add symbol kind to info.
  • Loading branch information
tschaub committed Jun 25, 2014
2 parents dc6fd76 + d5de99b commit b977d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildcfg/jsdoc/info/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b977d85

Please sign in to comment.