|
@@ -315,6 +315,7 @@ module MetaInfo = struct
|
|
| CoreType -> ":coreType",("Identifies an abstract as core type so that it requires no implementation",[UsedOn TAbstract])
|
|
| CoreType -> ":coreType",("Identifies an abstract as core type so that it requires no implementation",[UsedOn TAbstract])
|
|
| CppFileCode -> ":cppFileCode",("",[Platform Cpp])
|
|
| CppFileCode -> ":cppFileCode",("",[Platform Cpp])
|
|
| CppNamespaceCode -> ":cppNamespaceCode",("",[Platform Cpp])
|
|
| CppNamespaceCode -> ":cppNamespaceCode",("",[Platform Cpp])
|
|
|
|
+ | Dce -> ":dce",("Forces dead code elimination even when not -dce full is specified",[UsedOnEither [TClass;TEnum]])
|
|
| Debug -> ":debug",("Forces debug information to be generated into the Swf even without -debug",[UsedOnEither [TClass;TClassField]; Platform Flash])
|
|
| Debug -> ":debug",("Forces debug information to be generated into the Swf even without -debug",[UsedOnEither [TClass;TClassField]; Platform Flash])
|
|
| Decl -> ":decl",("",[Platform Cpp])
|
|
| Decl -> ":decl",("",[Platform Cpp])
|
|
| DefParam -> ":defParam",("?",[])
|
|
| DefParam -> ":defParam",("?",[])
|