Skip to content

Commit

Permalink
Remove an unused metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 25, 2024
1 parent c2ff5a7 commit b1a397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup_hashlink/Platform.hx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import sys.io.File;
#end

/** Information about the environment in which the current program is running. **/
@:noDoc abstract class Platform {
abstract class Platform {

/** The name of the Haxe compilation target. **/
public static var haxeTarget(get, never): String;
Expand Down

0 comments on commit b1a397b

Please sign in to comment.