Skip to content

Commit ce851b2

Browse files
authored
Merge pull request #7719 from processing/fix/deprecation
Make deprecation in data.json match 1.x
2 parents c8ab943 + 42995ae commit ce851b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/convert.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function deprecationInfo(node) {
133133
return {};
134134
}
135135

136-
return { deprecated: descriptionString(node.deprecated) };
136+
return { deprecated: true, deprecationMessage: descriptionString(node.deprecated) };
137137
}
138138

139139
function getExample(node) {

0 commit comments

Comments
 (0)