We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adbf7c commit d5eb189Copy full SHA for d5eb189
.docfx/template/ManagedReference.extension.js
@@ -56,7 +56,7 @@ function updateTypeModelData(model) {
56
}
57
58
// enum
59
- if (model.isEnum && model.isDeprecated && model.children) {
+ if (model.isEnum && model.children) {
60
for (const child of model.children) {
61
if (!child.children)
62
continue;
0 commit comments