We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5425d1 commit 1adbf7cCopy full SHA for 1adbf7c
.docfx/template/ManagedReference.extension.js
@@ -22,7 +22,7 @@ exports.postTransform = function (model) {
22
console.log(JSON.stringify(model));
23
}
24
25
- if (!dumpEnumOnce && model.isEnum) {
+ if (!dumpEnumOnce && model.isEnum && model.children[0]?.children[0]) {
26
dumpEnumOnce = true;
27
28
0 commit comments