Created
July 23, 2012 16:31
-
-
Save andyli/3164588 to your computer and use it in GitHub Desktop.
Haxe completion gives invalid xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -x Test | |
| -cp src | |
| --display src/Test.hx@137 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <list> | |
| <i n="a"><t>Bool</t><d> | |
| * Center's the Entity's origin (half width & height). | |
| </d></i> | |
| </list> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Test { | |
| /** | |
| * Center's the Entity's origin (half width & height). | |
| */ | |
| public var a:Bool; | |
| public function new():Void { | |
| this. | |
| } | |
| public static function main():Void { | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment