Improve docs

This commit is contained in:
Joshua Granick
2015-08-26 19:51:13 -07:00
parent afadd397b4
commit db058e64fd
5 changed files with 7 additions and 7 deletions

View File

@@ -125,7 +125,7 @@ class ApplicationMain {
#if neko
@:noCompletion public static function __init__ () {
@:noCompletion @:dox(hide) public static function __init__ () {
var loader = new neko.vm.Loader (untyped $loader);
loader.addPath (haxe.io.Path.directory (Sys.executablePath ()));