Skip to content

Commit

Permalink
Remove redundant target for @:inheritDoc. (#11793)
Browse files Browse the repository at this point in the history
  • Loading branch information
player-03 authored Oct 22, 2024
1 parent e5d26f3 commit bb28e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-json/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
"name": "InheritDoc",
"metadata": ":inheritDoc",
"doc": "Append documentation from a parent field or class (if used without an argument) or from a specified class or field (if used like @:inheritDoc(pack.Some.field)).",
"targets": ["TClass", "TClass", "TEnum", "TAbstract", "TAnyField"]
"targets": ["TClass", "TEnum", "TAbstract", "TAnyField"]
},
{
"name": "InitPackage",
Expand Down

0 comments on commit bb28e8d

Please sign in to comment.