update documentation
This commit is contained in:
parent
8f1a22d173
commit
63090e0bbd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import xrfragment.Parser;
|
||||||
@:expose // <- makes the class reachable from plain JavaScript
|
@:expose // <- makes the class reachable from plain JavaScript
|
||||||
@:keep // <- avoids accidental removal by dead code elimination
|
@:keep // <- avoids accidental removal by dead code elimination
|
||||||
//
|
//
|
||||||
// ### example URI: `://domain.com/some3d.asset#pos=1,0,0&prio=-5`
|
// # `protocol://domain.com/some3d.asset#pos=1,0,0&prio=-5`
|
||||||
class URI {
|
class URI {
|
||||||
@:keep // # URI parser
|
@:keep // # URI parser
|
||||||
public static function parse(qs:String):haxe.DynamicAccess<Dynamic> { //
|
public static function parse(qs:String):haxe.DynamicAccess<Dynamic> { //
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue