Write out stability info for symbols
This commit is contained in:
@@ -83,6 +83,7 @@ exports.publish = function(data, opts) {
|
||||
name: doc.longname,
|
||||
kind: doc.kind,
|
||||
description: doc.classdesc || doc.description,
|
||||
stability: doc.api,
|
||||
path: path.join(doc.meta.path, doc.meta.filename)
|
||||
};
|
||||
if (doc.type) {
|
||||
|
||||
Reference in New Issue
Block a user