Merge branch 'develop' into single_threaded_async

This commit is contained in:
Joseph Cloutier
2022-06-05 22:42:29 -04:00
92 changed files with 4834 additions and 4068 deletions

View File

@@ -57,9 +57,30 @@ 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"
]);
}
}