|
@@ -415,7 +415,7 @@ module MetaInfo = struct
|
|
| NoDebug -> ":noDebug",("Does not generate debug information into the Swf even if -debug is set",[UsedOnEither [TClass;TClassField];Platform Flash])
|
|
| NoDebug -> ":noDebug",("Does not generate debug information into the Swf even if -debug is set",[UsedOnEither [TClass;TClassField];Platform Flash])
|
|
| NoDoc -> ":noDoc",("Prevents a type from being included in documentation generation",[])
|
|
| NoDoc -> ":noDoc",("Prevents a type from being included in documentation generation",[])
|
|
| NoImportGlobal -> ":noImportGlobal",("Prevents a static field from being imported with import Class.*",[UsedOn TAnyField])
|
|
| NoImportGlobal -> ":noImportGlobal",("Prevents a static field from being imported with import Class.*",[UsedOn TAnyField])
|
|
- | NoPackageRestrict -> ":noPackageRestrict",("?",[])
|
|
|
|
|
|
+ | NoPackageRestrict -> ":noPackageRestrict",("Allows a package to be accessed across all targets.",[Internal])
|
|
| NoStack -> ":noStack",("",[Platform Cpp])
|
|
| NoStack -> ":noStack",("",[Platform Cpp])
|
|
| NotNull -> ":notNull",("Declares an abstract type as not accepting null values",[UsedOn TAbstract])
|
|
| 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])
|
|
| NoUsing -> ":noUsing",("Prevents a field from being used with 'using'",[UsedOn TClassField])
|