Run formatter

This commit is contained in:
Joshua Granick
2019-07-12 12:08:09 -07:00
parent 66344c8523
commit 1188b3aa42
77 changed files with 6499 additions and 6110 deletions

View File

@@ -57,9 +57,9 @@ class Build extends Script
html5.build();
System.runCommand("", "haxelib", [
"run", "dox", "-i", "xml", "-in", "lime", "--title", "Lime API Reference", "-D", "source-path", "https://github.com/openfl/lime/tree/develop/src/",
"-D", "website", "http://lime.software", "-D", "logo", "/images/logo.png", "-D", "textColor", "0x777777", "-theme", "../assets/docs-theme",
"--toplevel-package", "lime"
"run", "dox", "-i", "xml", "-in", "lime", "--title", "Lime API Reference", "-D", "source-path",
"https://github.com/openfl/lime/tree/develop/src/", "-D", "website", "http://lime.software", "-D", "logo", "/images/logo.png", "-D", "textColor",
"0x777777", "-theme", "../assets/docs-theme", "--toplevel-package", "lime"
]);
}
}