|
@@ -217,7 +217,7 @@ module Define = struct
|
|
|
| HaxeBoot -> ("haxe_boot","Given the name 'haxe' to the flash boot class instead of a generated name")
|
|
|
| HaxeVer -> ("haxe_ver","The current Haxe version value")
|
|
|
| Interp -> ("interp","The code is compiled to be run with --interp")
|
|
|
- | JavaVer -> ("java_ver", "<version:5-7> Sets the Java version to be targeted:)
|
|
|
+ | JavaVer -> ("java_ver", "<version:5-7> Sets the Java version to be targeted")
|
|
|
| JsClassic -> ("js_classic","Don't use a function wrapper and strict mode in JS output")
|
|
|
| JsModern -> ("js_modern","Use function wrapper and strict mode in JS output")
|
|
|
| Macro -> ("macro","Defined when we compile code in the macro context")
|