Remove stability from info

This commit is contained in:
Andreas Hocevar
2018-01-26 00:08:17 +01:00
parent 3c09bfa602
commit 08763ef139
2 changed files with 3 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ exports.defineTags = function(dictionary) {
dictionary.defineTag('api', {
onTagged: function(doclet, tag) {
doclet.api = tag.text || 'experimental';
doclet.api = true;
}
});