update documentation
This commit is contained in:
parent
cb1846d22d
commit
454d304df6
2 changed files with 4 additions and 4 deletions
|
|
@ -48,8 +48,8 @@ the gist of it:
|
|||
|string| color| FFFFFF (hex) | #fog=5m,FFAACC |
|
||||
|string| | | #q=-sun |
|
||||
|int | | [-]x[xxxxx] | #price:>=100 |
|
||||
|float | | [-]x[.xxxx] (ieee)| #prio=-20
|
||||
|array | mixed| \|-separated | #pos=0,0,0|90,0,0 |
|
||||
|float | | [-]x[.xxxx] (ieee)| #prio=-20 |
|
||||
|array | mixed| \|-separated | #pos=0,0,0\|90,0,0 |
|
||||
|
||||
> rule for thumb: type-limitations will piggyback JSON limitations (IEEE floatsize e.g.)
|
||||
|
||||
|
|
|
|||
|
|
@ -63,8 +63,8 @@ class Value { // |
|
|||
public var color:String; // |string| color| FFFFFF (hex) | #fog=5m,FFAACC |
|
||||
public var string:String; // |string| | | #q=-sun |
|
||||
public var int:Int; // |int | | [-]x[xxxxx] | #price:>=100 |
|
||||
public var float:Float; // |float | | [-]x[.xxxx] (ieee)| #prio=-20
|
||||
public var args:Array<Value>; // |array | mixed| \|-separated | #pos=0,0,0|90,0,0 |
|
||||
public var float:Float; // |float | | [-]x[.xxxx] (ieee)| #prio=-20 |
|
||||
public var args:Array<Value>; // |array | mixed| \|-separated | #pos=0,0,0\|90,0,0 |
|
||||
public function new(){} //
|
||||
// > rule for thumb: type-limitations will piggyback JSON limitations (IEEE floatsize e.g.)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue