Skip to content

Commit bab92ac

Browse files
enum nothing to do
1 parent 723e613 commit bab92ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.docfx/template/ManagedReference.extension.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ function updateTypeModelData(model) {
6464
if (!grand.syntax?.content)
6565
continue;
6666
for (const content of grand.syntax.content) {
67-
//content.value = content.value.replaceAll(/\][\s\r\n\\rn]*/g, ']\n');
67+
// NOTE: model data has only obsolete attribute in syntax data even if other atttributes exist.
68+
// and newline will be added after ']' automatically, so nothing to do here.
6869
}
6970
}
7071
}

0 commit comments

Comments
 (0)