Browse Source

[doc] fix @:build documentation

closes #10639
Simon Krajewski 3 years ago
parent
commit
4319b15560
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src-json/meta.json

+ 2 - 2
src-json/meta.json

@@ -112,9 +112,9 @@
 	{
 	{
 		"name": "Build",
 		"name": "Build",
 		"metadata": ":build",
 		"metadata": ":build",
-		"doc": "Builds a class or enum from a macro.",
+		"doc": "Builds a class, enum, or abstract from a macro.",
 		"params": ["Build macro call"],
 		"params": ["Build macro call"],
-		"targets": ["TClass", "TEnum"],
+		"targets": ["TClass", "TEnum", "TAbstract"],
 		"links": ["https://haxe.org/manual/macro-type-building.html"]
 		"links": ["https://haxe.org/manual/macro-type-building.html"]
 	},
 	},
 	{
 	{