Skip to content

Instantly share code, notes, and snippets.

@andyli
Created July 23, 2012 16:31
Show Gist options
  • Select an option

  • Save andyli/3164588 to your computer and use it in GitHub Desktop.

Select an option

Save andyli/3164588 to your computer and use it in GitHub Desktop.
Haxe completion gives invalid xml
-x Test
-cp src
--display src/Test.hx@137
<list>
<i n="a"><t>Bool</t><d>
* Center's the Entity's origin (half width & height).
</d></i>
</list>
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