|
@@ -316,11 +316,11 @@ module Define = struct
|
|
|
| SourceMapContent -> ("source-map-content","Include the hx sources as part of the JS source map")
|
|
|
| Swc -> ("swc","Output a SWC instead of a SWF")
|
|
|
| SwfCompressLevel -> ("swf_compress_level","<level:1-9> Set the amount of compression for the SWF output")
|
|
|
- | SwfDebugPassword -> ("swf_debug_password", "Set a password for debugging.")
|
|
|
+ | SwfDebugPassword -> ("swf_debug_password", "Set a password for debugging")
|
|
|
| SwfDirectBlit -> ("swf_direct_blit", "Use hardware acceleration to blit graphics")
|
|
|
| SwfGpu -> ("swf_gpu", "Use GPU compositing features when drawing graphics")
|
|
|
| SwfMark -> ("swf_mark","GenSWF8 internal")
|
|
|
- | SwfMetadata -> ("swf_metadata", "=<file> Include contents of <file> as metadata in the swf.")
|
|
|
+ | SwfMetadata -> ("swf_metadata", "=<file> Include contents of <file> as metadata in the swf")
|
|
|
| SwfPreloaderFrame -> ("swf_preloader_frame", "Insert empty first frame in swf")
|
|
|
| SwfProtected -> ("swf_protected","Compile Haxe private as protected in the SWF instead of public")
|
|
|
| SwfScriptTimeout -> ("swf_script_timeout", "Maximum ActionScript processing time before script stuck dialog box displays (in seconds)")
|
|
@@ -368,7 +368,7 @@ module MetaInfo = struct
|
|
|
| AutoBuild -> ":autoBuild",("Extends @:build metadata to all extending and implementing classes",[HasParam "Build macro call";UsedOn TClass])
|
|
|
| Bind -> ":bind",("Override Swf class declaration",[Platform Flash;UsedOn TClass])
|
|
|
| Bitmap -> ":bitmap",("Embeds given bitmap data into the class (must extend flash.display.BitmapData)",[HasParam "Bitmap file path";UsedOn TClass;Platform Flash])
|
|
|
- | BridgeProperties -> ":bridgeProperties",("Creates native property bridges for all Haxe properties in this class.",[UsedOn TClass;Platform Cs])
|
|
|
+ | BridgeProperties -> ":bridgeProperties",("Creates native property bridges for all Haxe properties in this class",[UsedOn TClass;Platform Cs])
|
|
|
| Build -> ":build",("Builds a class or enum from a macro",[HasParam "Build macro call";UsedOnEither [TClass;TEnum]])
|
|
|
| BuildXml -> ":buildXml",("",[Platform Cpp])
|
|
|
| Callable -> ":callable",("Abstract forwards call to its underlying type",[UsedOn TAbstract])
|
|
@@ -387,12 +387,12 @@ module MetaInfo = struct
|
|
|
| DefParam -> ":defParam",("?",[])
|
|
|
| Delegate -> ":delegate",("Automatically added by -net-lib on delegates",[Platform Cs; UsedOn TAbstract])
|
|
|
| Depend -> ":depend",("",[Platform Cpp])
|
|
|
- | Deprecated -> ":deprecated",("Automatically added by -java-lib on class fields annotated with @Deprecated annotation. Has no effect on types compiled by Haxe.",[Platform Java; UsedOnEither [TClass;TEnum;TClassField]])
|
|
|
+ | Deprecated -> ":deprecated",("Automatically added by -java-lib on class fields annotated with @Deprecated annotation. Has no effect on types compiled by Haxe",[Platform Java; UsedOnEither [TClass;TEnum;TClassField]])
|
|
|
| DirectlyUsed -> ":directlyUsed",("Marks types that are directly referenced by non-extern code",[Internal])
|
|
|
| DynamicObject -> ":dynamicObject",("Used internally to identify the Dynamic Object implementation",[Platforms [Java;Cs]; UsedOn TClass; Internal])
|
|
|
| Enum -> ":enum",("Used internally to annotate a class that was generated from an enum",[Platforms [Java;Cs]; UsedOn TClass; Internal])
|
|
|
| EnumConstructorParam -> ":enumConstructorParam",("Used internally to annotate GADT type parameters",[UsedOn TClass; Internal])
|
|
|
- | Event -> ":event",("Automatically added by -net-lib on events. Has no effect on types compiled by Haxe.",[Platform Cs; UsedOn TClassField])
|
|
|
+ | Event -> ":event",("Automatically added by -net-lib on events. Has no effect on types compiled by Haxe",[Platform Cs; UsedOn TClassField])
|
|
|
| Exhaustive -> ":exhaustive",("",[Internal])
|
|
|
| Expose -> ":expose",("Makes the class available on the window object",[HasParam "?Name=Class path";UsedOn TClass;Platform Js])
|
|
|
| Extern -> ":extern",("Marks the field as extern so it is not generated",[UsedOn TClassField])
|
|
@@ -445,7 +445,7 @@ module MetaInfo = struct
|
|
|
| NoDoc -> ":noDoc",("Prevents a type from being included in documentation generation",[])
|
|
|
| NoExpr -> ":noExpr",("Internally used to mark abstract fields which have no expression by design",[Internal])
|
|
|
| NoImportGlobal -> ":noImportGlobal",("Prevents a static field from being imported with import Class.*",[UsedOn TAnyField])
|
|
|
- | NoPackageRestrict -> ":noPackageRestrict",("Allows a module to be accessed across all targets if found on its first type.",[Internal])
|
|
|
+ | NoPackageRestrict -> ":noPackageRestrict",("Allows a module to be accessed across all targets if found on its first type",[Internal])
|
|
|
| NoStack -> ":noStack",("",[Platform Cpp])
|
|
|
| NotNull -> ":notNull",("Declares an abstract type as not accepting null values",[UsedOn TAbstract])
|
|
|
| NoUsing -> ":noUsing",("Prevents a field from being used with 'using'",[UsedOn TClassField])
|
|
@@ -476,10 +476,10 @@ module MetaInfo = struct
|
|
|
| SkipReflection -> ":skipReflection",("Used internally to annotate a field that shouldn't have its reflection data generated",[Platforms [Java;Cs]; UsedOn TClassField; Internal])
|
|
|
| Sound -> ":sound",( "Includes a given .wav or .mp3 file into the target Swf and associates it with the class (must extend flash.media.Sound)",[HasParam "File path";UsedOn TClass;Platform Flash])
|
|
|
| Strict -> ":strict",("Used to declare a native C# attribute or a native Java metadata. Is type checked",[Platforms [Java;Cs]])
|
|
|
- | Struct -> ":struct",("Marks a class definition as a struct.",[Platform Cs; UsedOn TClass])
|
|
|
- | StructAccess -> ":structAccess",("Marks an extern class as using struct access('.') not pointer('->').",[Platform Cpp; UsedOn TClass])
|
|
|
+ | Struct -> ":struct",("Marks a class definition as a struct",[Platform Cs; UsedOn TClass])
|
|
|
+ | StructAccess -> ":structAccess",("Marks an extern class as using struct access('.') not pointer('->')",[Platform Cpp; UsedOn TClass])
|
|
|
| SuppressWarnings -> ":suppressWarnings",("Adds a SuppressWarnings annotation for the generated Java class",[Platform Java; UsedOn TClass])
|
|
|
- | Throws -> ":throws",("Adds a 'throws' declaration to the generated function.",[HasParam "Type as String"; Platform Java; UsedOn TClassField])
|
|
|
+ | Throws -> ":throws",("Adds a 'throws' declaration to the generated function",[HasParam "Type as String"; Platform Java; UsedOn TClassField])
|
|
|
| This -> ":this",("Internally used to pass a 'this' expression to macros",[Internal; UsedOn TExpr])
|
|
|
| To -> ":to",("Specifies that the field of the abstract is a cast operation to the type identified in the function",[UsedOn TAbstractField])
|
|
|
| ToString -> ":toString",("Internally used",[Internal])
|