Skip to content

Commit

Permalink
import xml doc of development (f1fd47190c5aae828f491880e73612ade1405d7c)
Browse files Browse the repository at this point in the history
  • Loading branch information
haxe-ci committed Dec 5, 2024
1 parent 8f6d776 commit a1c60e1
Show file tree
Hide file tree
Showing 11 changed files with 89 additions and 166 deletions.
42 changes: 16 additions & 26 deletions xml/development/cpp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@
</meta>
</class>
<class path="Reflect" params="" file="/home/runner/work/haxe/haxe/std/cpp/_std/Reflect.hx">
<hasField public="1" set="method" line="29" static="1">
<hasField public="1" set="method" line="28" static="1">
<f a="o:field">
<d/>
<c path="String"/>
Expand All @@ -1884,7 +1884,7 @@

If `o` or `field` are null, the result is unspecified.</haxe_doc>
</hasField>
<field public="1" set="method" line="34" static="1">
<field public="1" set="method" line="32" static="1">
<f a="o:field">
<d/>
<c path="String"/>
Expand All @@ -1904,7 +1904,7 @@

If `field` is null, the result is unspecified.</haxe_doc>
</field>
<setField public="1" set="method" line="39" static="1">
<setField public="1" set="method" line="36" static="1">
<f a="o:field:value">
<d/>
<c path="String"/>
Expand All @@ -1922,7 +1922,7 @@

If `o` or `field` are null, the result is unspecified.</haxe_doc>
</setField>
<getProperty public="1" set="method" line="44" static="1">
<getProperty public="1" set="method" line="41" static="1">
<f a="o:field">
<d/>
<c path="String"/>
Expand All @@ -1940,7 +1940,7 @@

If `o` or `field` are null, the result is unspecified.</haxe_doc>
</getProperty>
<setProperty public="1" set="method" line="48" static="1">
<setProperty public="1" set="method" line="45" static="1">
<f a="o:field:value">
<d/>
<c path="String"/>
Expand All @@ -1959,7 +1959,7 @@

If `field` is null, the result is unspecified.</haxe_doc>
</setProperty>
<callMethod public="1" set="method" line="54" static="1">
<callMethod public="1" set="method" line="50" static="1">
<f a="o:func:args">
<d/>
<x path="haxe.Function"/>
Expand All @@ -1982,7 +1982,7 @@
or by using `(object : Dynamic).field`. However, if `func` has a context, `o` is
ignored like on other targets.</haxe_doc>
</callMethod>
<fields public="1" set="method" line="67" static="1">
<fields public="1" set="method" line="62" static="1">
<f a="o">
<d/>
<c path="Array"><c path="String"/></c>
Expand All @@ -1998,7 +1998,7 @@

If `o` is null, the result is unspecified.</haxe_doc>
</fields>
<isFunction public="1" set="method" line="76" static="1">
<isFunction public="1" set="method" line="70" static="1">
<f a="f">
<d/>
<x path="Bool"/>
Expand All @@ -2011,7 +2011,7 @@

If `f` is null, the result is false.</haxe_doc>
</isFunction>
<compare public="1" params="T" set="method" line="80" static="1">
<compare public="1" params="T" set="method" line="74" static="1">
<f a="a:b">
<c path="compare.T"/>
<c path="compare.T"/>
Expand All @@ -2038,7 +2038,7 @@
If `a` and `b` are null, the result is 0. If only one of them is null,
the result is unspecified.</haxe_doc>
</compare>
<compareMethods public="1" set="method" line="84" static="1">
<compareMethods public="1" set="method" line="78" static="1">
<f a="f1:f2">
<d/>
<d/>
Expand All @@ -2059,7 +2059,7 @@
If `f1` or `f2` are member method closures, the result is true if they
are closures of the same method on the same object value, false otherwise.</haxe_doc>
</compareMethods>
<isObject public="1" set="method" line="93" static="1">
<isObject public="1" set="method" line="86" static="1">
<f a="v">
<d/>
<x path="Bool"/>
Expand All @@ -2079,7 +2079,7 @@

Otherwise, including if `v` is null, the result is false.]]></haxe_doc>
</isObject>
<isEnumValue public="1" set="method" line="101" static="1">
<isEnumValue public="1" set="method" line="93" static="1">
<f a="v">
<d/>
<x path="Bool"/>
Expand All @@ -2095,7 +2095,7 @@

Otherwise, including if `v` is null, the result is false.</haxe_doc>
</isEnumValue>
<deleteField public="1" set="method" line="106" static="1">
<deleteField public="1" set="method" line="97" static="1">
<f a="o:field">
<d/>
<c path="String"/>
Expand All @@ -2111,7 +2111,7 @@

If `o` or `field` are null, the result is unspecified.</haxe_doc>
</deleteField>
<copy public="1" params="T" set="method" line="112" static="1">
<copy public="1" params="T" set="method" line="103" static="1">
<f a="o">
<x path="Null"><c path="copy.T"/></x>
<x path="Null"><c path="copy.T"/></x>
Expand All @@ -2126,11 +2126,11 @@

If `o` is null, the result is `null`.</haxe_doc>
</copy>
<makeVarArgs public="1" set="method" line="126" static="1">
<makeVarArgs public="1" params="T" set="method" line="116" static="1">
<f a="f">
<f a="">
<c path="Array"><d/></c>
<d/>
<c path="makeVarArgs.T"/>
</f>
<d/>
</f>
Expand All @@ -2140,16 +2140,6 @@
</meta>
<haxe_doc>Transform a function taking an array of arguments into a function that can
be called with any number of arguments.</haxe_doc>
<overloads><makeVarArgs public="1" set="method">
<f a="f">
<f a="">
<c path="Array"><d/></c>
<x path="Void"/>
</f>
<d/>
</f>
<meta><m n=":keep"/></meta>
</makeVarArgs></overloads>
</makeVarArgs>
<haxe_doc>The Reflect API is a way to manipulate values dynamically through an
abstract interface in an untyped manner. Use with care.
Expand Down
39 changes: 16 additions & 23 deletions xml/development/flash.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@
<meta><m n=":directlyUsed"/></meta>
</class>
<class path="Reflect" params="" file="/home/runner/work/haxe/haxe/std/flash/_std/Reflect.hx">
<hasField public="1" set="method" line="24" static="1">
<hasField public="1" set="method" line="23" static="1">
<f a="o:field">
<d/>
<c path="String"/>
Expand All @@ -1673,7 +1673,7 @@

If `o` or `field` are null, the result is unspecified.</haxe_doc>
</hasField>
<field public="1" set="method" line="29" static="1">
<field public="1" set="method" line="27" static="1">
<f a="o:field">
<d/>
<c path="String"/>
Expand All @@ -1690,7 +1690,7 @@

If `field` is null, the result is unspecified.</haxe_doc>
</field>
<setField public="1" get="inline" set="null" line="34" static="1">
<setField public="1" get="inline" set="null" line="31" static="1">
<f a="o:field:value">
<d/>
<c path="String"/>
Expand All @@ -1705,7 +1705,7 @@

If `o` or `field` are null, the result is unspecified.</haxe_doc>
</setField>
<getProperty public="1" set="method" line="39" static="1">
<getProperty public="1" set="method" line="35" static="1">
<f a="o:field">
<d/>
<c path="String"/>
Expand All @@ -1720,7 +1720,7 @@

If `o` or `field` are null, the result is unspecified.</haxe_doc>
</getProperty>
<setProperty public="1" set="method" line="50" static="1">
<setProperty public="1" set="method" line="45" static="1">
<f a="o:field:value">
<d/>
<c path="String"/>
Expand All @@ -1736,7 +1736,7 @@

If `field` is null, the result is unspecified.</haxe_doc>
</setProperty>
<callMethod public="1" get="inline" set="null" line="60" static="1">
<callMethod public="1" get="inline" set="null" line="54" static="1">
<f a="o:func:args">
<d/>
<x path="haxe.Function"/>
Expand All @@ -1756,7 +1756,7 @@
or by using `(object : Dynamic).field`. However, if `func` has a context, `o` is
ignored like on other targets.</haxe_doc>
</callMethod>
<fields public="1" set="method" line="65" static="1">
<fields public="1" set="method" line="58" static="1">
<f a="o">
<d/>
<c path="Array"><c path="String"/></c>
Expand All @@ -1769,7 +1769,7 @@

If `o` is null, the result is unspecified.</haxe_doc>
</fields>
<isFunction public="1" set="method" line="79" static="1">
<isFunction public="1" set="method" line="71" static="1">
<f a="f">
<d/>
<x path="Bool"/>
Expand All @@ -1779,7 +1779,7 @@

If `f` is null, the result is false.</haxe_doc>
</isFunction>
<compare public="1" params="T" set="method" line="83" static="1">
<compare public="1" params="T" set="method" line="75" static="1">
<f a="a:b">
<c path="compare.T"/>
<c path="compare.T"/>
Expand All @@ -1805,7 +1805,7 @@
If `a` and `b` are null, the result is 0. If only one of them is null,
the result is unspecified.</haxe_doc>
</compare>
<compareMethods public="1" set="method" line="89" static="1">
<compareMethods public="1" set="method" line="81" static="1">
<f a="f1:f2">
<d/>
<d/>
Expand All @@ -1822,7 +1822,7 @@
If `f1` or `f2` are member method closures, the result is true if they
are closures of the same method on the same object value, false otherwise.</haxe_doc>
</compareMethods>
<isObject public="1" set="method" line="94" static="1">
<isObject public="1" set="method" line="85" static="1">
<f a="v">
<d/>
<x path="Bool"/>
Expand All @@ -1839,7 +1839,7 @@

Otherwise, including if `v` is null, the result is false.]]></haxe_doc>
</isObject>
<isEnumValue public="1" set="method" line="104" static="1">
<isEnumValue public="1" set="method" line="95" static="1">
<f a="v">
<d/>
<x path="Bool"/>
Expand All @@ -1851,7 +1851,7 @@

Otherwise, including if `v` is null, the result is false.</haxe_doc>
</isEnumValue>
<deleteField public="1" set="method" line="109" static="1">
<deleteField public="1" set="method" line="99" static="1">
<f a="o:field">
<d/>
<c path="String"/>
Expand All @@ -1864,7 +1864,7 @@

If `o` or `field` are null, the result is unspecified.</haxe_doc>
</deleteField>
<copy public="1" params="T" set="method" line="116" static="1">
<copy public="1" params="T" set="method" line="106" static="1">
<f a="o">
<x path="Null"><c path="copy.T"/></x>
<x path="Null"><c path="copy.T"/></x>
Expand All @@ -1875,23 +1875,16 @@

If `o` is null, the result is `null`.</haxe_doc>
</copy>
<makeVarArgs public="1" set="method" line="126" static="1">
<makeVarArgs public="1" params="T" set="method" line="115" static="1">
<f a="f">
<f a="">
<c path="Array"><d/></c>
<d/>
<c path="makeVarArgs.T"/>
</f>
<d/>
</f>
<haxe_doc>Transform a function taking an array of arguments into a function that can
be called with any number of arguments.</haxe_doc>
<overloads><makeVarArgs public="1" set="method"><f a="f">
<f a="">
<c path="Array"><d/></c>
<x path="Void"/>
</f>
<d/>
</f></makeVarArgs></overloads>
</makeVarArgs>
<haxe_doc>The Reflect API is a way to manipulate values dynamically through an
abstract interface in an untyped manner. Use with care.
Expand Down
13 changes: 3 additions & 10 deletions xml/development/hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2009,25 +2009,18 @@

If `o` is null, the result is `null`.</haxe_doc>
</copy>
<makeVarArgs public="1" set="method" static="1">
<makeVarArgs public="1" params="T" set="method" static="1">
<f a="f">
<f a="">
<c path="Array"><d/></c>
<d/>
<c path="makeVarArgs.T"/>
</f>
<d/>
</f>
<haxe_doc>Transform a function taking an array of arguments into a function that can
be called with any number of arguments.</haxe_doc>
<overloads><makeVarArgs public="1" set="method"><f a="f">
<f a="">
<c path="Array"><d/></c>
<x path="Void"/>
</f>
<d/>
</f></makeVarArgs></overloads>
</makeVarArgs>
<_makeVarArgs set="method" line="136" static="1">
<_makeVarArgs set="method" line="135" static="1">
<f a="f">
<f a="">
<c path="Array"><d/></c>
Expand Down
2 changes: 1 addition & 1 deletion xml/development/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"commit": "dbce1dc4c326c6fbf492e1e5f091b4f8ac91bb58",
"commit": "f1fd47190c5aae828f491880e73612ade1405d7c",
"branch": "development"
}
Loading

0 comments on commit a1c60e1

Please sign in to comment.