Skip to content

Commit

Permalink
import xml doc of feature/display-api-metadata-defines (acd355250b81a…
Browse files Browse the repository at this point in the history
…a53acfe730c04f02e325505f34b)
  • Loading branch information
haxe-ci committed Nov 21, 2023
1 parent 261bd24 commit 0b622c4
Show file tree
Hide file tree
Showing 12 changed files with 167 additions and 67 deletions.
20 changes: 14 additions & 6 deletions xml/feature/display-api-metadata-defines/cpp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19257,20 +19257,20 @@
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<SignatureHelpParams,SignatureHelpResult>("display/signatureHelp")]]></e></m></meta>
<haxe_doc>The signature help request is sent from the client to Haxe to request signature information at a given cursor position.</haxe_doc>
</SignatureHelp>
<Metadata public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;{ },MetadataResult&gt;(&quot;display/metadata&quot;)" line="84" static="1">
<Metadata public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;MetadataParams,MetadataResult&gt;(&quot;display/metadata&quot;)" line="84" static="1">
<x path="haxe.display.HaxeRequestMethod">
<a/>
<t path="haxe.display.MetadataParams"/>
<t path="haxe.display.MetadataResult"/>
</x>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<{ },MetadataResult>("display/metadata")]]></e></m></meta>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<MetadataParams,MetadataResult>("display/metadata")]]></e></m></meta>
<haxe_doc>The metadata request is sent from the client to Haxe to get a list of all registered metadata and their documentation.</haxe_doc>
</Metadata>
<Defines public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;{ },DefinesResult&gt;(&quot;display/defines&quot;)" line="89" static="1">
<Defines public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;DefinesParams,DefinesResult&gt;(&quot;display/defines&quot;)" line="89" static="1">
<x path="haxe.display.HaxeRequestMethod">
<a/>
<t path="haxe.display.DefinesParams"/>
<t path="haxe.display.DefinesResult"/>
</x>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<{ },DefinesResult>("display/defines")]]></e></m></meta>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<DefinesParams,DefinesResult>("display/defines")]]></e></m></meta>
<haxe_doc>The defines request is sent from the client to Haxe to get a list of all registered defines and their documentation.</haxe_doc>
</Defines>
<haxe_doc>Methods of the JSON-RPC-based `--display` protocol in Haxe 4.
Expand Down Expand Up @@ -21765,7 +21765,15 @@
<activeParameter><x path="Int"/></activeParameter>
</a></typedef>
<typedef path="haxe.display.SignatureHelpResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><t path="haxe.display.Response"><x path="Null"><t path="haxe.display.SignatureItem"/></x></t></typedef>
<typedef path="haxe.display.MetadataParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><a>
<user><x path="Bool"/></user>
<compiler><x path="Bool"/></compiler>
</a></typedef>
<typedef path="haxe.display.MetadataResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><t path="haxe.display.Response"><c path="Array"><t path="haxe.display.Metadata"/></c></t></typedef>
<typedef path="haxe.display.DefinesParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><a>
<user><x path="Bool"/></user>
<compiler><x path="Bool"/></compiler>
</a></typedef>
<typedef path="haxe.display.DefinesResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><t path="haxe.display.Response"><c path="Array"><t path="haxe.display.Define"/></c></t></typedef>
<typedef path="haxe.display.PositionParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display">
<a>
Expand Down
26 changes: 20 additions & 6 deletions xml/feature/display-api-metadata-defines/cs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54602,20 +54602,20 @@
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<SignatureHelpParams,SignatureHelpResult>("display/signatureHelp")]]></e></m></meta>
<haxe_doc>The signature help request is sent from the client to Haxe to request signature information at a given cursor position.</haxe_doc>
</SignatureHelp>
<Metadata public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;{ },MetadataResult&gt;(&quot;display/metadata&quot;)" line="84" static="1">
<Metadata public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;MetadataParams,MetadataResult&gt;(&quot;display/metadata&quot;)" line="84" static="1">
<x path="haxe.display.HaxeRequestMethod">
<a/>
<t path="haxe.display.MetadataParams"/>
<t path="haxe.display.MetadataResult"/>
</x>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<{ },MetadataResult>("display/metadata")]]></e></m></meta>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<MetadataParams,MetadataResult>("display/metadata")]]></e></m></meta>
<haxe_doc>The metadata request is sent from the client to Haxe to get a list of all registered metadata and their documentation.</haxe_doc>
</Metadata>
<Defines public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;{ },DefinesResult&gt;(&quot;display/defines&quot;)" line="89" static="1">
<Defines public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;DefinesParams,DefinesResult&gt;(&quot;display/defines&quot;)" line="89" static="1">
<x path="haxe.display.HaxeRequestMethod">
<a/>
<t path="haxe.display.DefinesParams"/>
<t path="haxe.display.DefinesResult"/>
</x>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<{ },DefinesResult>("display/defines")]]></e></m></meta>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<DefinesParams,DefinesResult>("display/defines")]]></e></m></meta>
<haxe_doc>The defines request is sent from the client to Haxe to get a list of all registered defines and their documentation.</haxe_doc>
</Defines>
<haxe_doc>Methods of the JSON-RPC-based `--display` protocol in Haxe 4.
Expand Down Expand Up @@ -57322,10 +57322,24 @@
<t path="haxe.display.Response"><x path="Null"><t path="haxe.display.SignatureItem"/></x></t>
<meta><m n=":nativeGen"/></meta>
</typedef>
<typedef path="haxe.display.MetadataParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display">
<a>
<user><x path="Bool"/></user>
<compiler><x path="Bool"/></compiler>
</a>
<meta><m n=":nativeGen"/></meta>
</typedef>
<typedef path="haxe.display.MetadataResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display">
<t path="haxe.display.Response"><c path="Array"><t path="haxe.display.Metadata"/></c></t>
<meta><m n=":nativeGen"/></meta>
</typedef>
<typedef path="haxe.display.DefinesParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display">
<a>
<user><x path="Bool"/></user>
<compiler><x path="Bool"/></compiler>
</a>
<meta><m n=":nativeGen"/></meta>
</typedef>
<typedef path="haxe.display.DefinesResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display">
<t path="haxe.display.Response"><c path="Array"><t path="haxe.display.Define"/></c></t>
<meta><m n=":nativeGen"/></meta>
Expand Down
20 changes: 14 additions & 6 deletions xml/feature/display-api-metadata-defines/flash.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35273,20 +35273,20 @@
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<SignatureHelpParams,SignatureHelpResult>("display/signatureHelp")]]></e></m></meta>
<haxe_doc>The signature help request is sent from the client to Haxe to request signature information at a given cursor position.</haxe_doc>
</SignatureHelp>
<Metadata public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;{ },MetadataResult&gt;(&quot;display/metadata&quot;)" line="84" static="1">
<Metadata public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;MetadataParams,MetadataResult&gt;(&quot;display/metadata&quot;)" line="84" static="1">
<x path="haxe.display.HaxeRequestMethod">
<a/>
<t path="haxe.display.MetadataParams"/>
<t path="haxe.display.MetadataResult"/>
</x>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<{ },MetadataResult>("display/metadata")]]></e></m></meta>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<MetadataParams,MetadataResult>("display/metadata")]]></e></m></meta>
<haxe_doc>The metadata request is sent from the client to Haxe to get a list of all registered metadata and their documentation.</haxe_doc>
</Metadata>
<Defines public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;{ },DefinesResult&gt;(&quot;display/defines&quot;)" line="89" static="1">
<Defines public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;DefinesParams,DefinesResult&gt;(&quot;display/defines&quot;)" line="89" static="1">
<x path="haxe.display.HaxeRequestMethod">
<a/>
<t path="haxe.display.DefinesParams"/>
<t path="haxe.display.DefinesResult"/>
</x>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<{ },DefinesResult>("display/defines")]]></e></m></meta>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<DefinesParams,DefinesResult>("display/defines")]]></e></m></meta>
<haxe_doc>The defines request is sent from the client to Haxe to get a list of all registered defines and their documentation.</haxe_doc>
</Defines>
<haxe_doc>Methods of the JSON-RPC-based `--display` protocol in Haxe 4.
Expand Down Expand Up @@ -37781,7 +37781,15 @@
<activeParameter><x path="Int"/></activeParameter>
</a></typedef>
<typedef path="haxe.display.SignatureHelpResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><t path="haxe.display.Response"><x path="Null"><t path="haxe.display.SignatureItem"/></x></t></typedef>
<typedef path="haxe.display.MetadataParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><a>
<user><x path="Bool"/></user>
<compiler><x path="Bool"/></compiler>
</a></typedef>
<typedef path="haxe.display.MetadataResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><t path="haxe.display.Response"><c path="Array"><t path="haxe.display.Metadata"/></c></t></typedef>
<typedef path="haxe.display.DefinesParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><a>
<user><x path="Bool"/></user>
<compiler><x path="Bool"/></compiler>
</a></typedef>
<typedef path="haxe.display.DefinesResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><t path="haxe.display.Response"><c path="Array"><t path="haxe.display.Define"/></c></t></typedef>
<typedef path="haxe.display.PositionParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display">
<a>
Expand Down
20 changes: 14 additions & 6 deletions xml/feature/display-api-metadata-defines/hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12372,20 +12372,20 @@
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<SignatureHelpParams,SignatureHelpResult>("display/signatureHelp")]]></e></m></meta>
<haxe_doc>The signature help request is sent from the client to Haxe to request signature information at a given cursor position.</haxe_doc>
</SignatureHelp>
<Metadata public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;{ },MetadataResult&gt;(&quot;display/metadata&quot;)" line="84" static="1">
<Metadata public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;MetadataParams,MetadataResult&gt;(&quot;display/metadata&quot;)" line="84" static="1">
<x path="haxe.display.HaxeRequestMethod">
<a/>
<t path="haxe.display.MetadataParams"/>
<t path="haxe.display.MetadataResult"/>
</x>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<{ },MetadataResult>("display/metadata")]]></e></m></meta>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<MetadataParams,MetadataResult>("display/metadata")]]></e></m></meta>
<haxe_doc>The metadata request is sent from the client to Haxe to get a list of all registered metadata and their documentation.</haxe_doc>
</Metadata>
<Defines public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;{ },DefinesResult&gt;(&quot;display/defines&quot;)" line="89" static="1">
<Defines public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;DefinesParams,DefinesResult&gt;(&quot;display/defines&quot;)" line="89" static="1">
<x path="haxe.display.HaxeRequestMethod">
<a/>
<t path="haxe.display.DefinesParams"/>
<t path="haxe.display.DefinesResult"/>
</x>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<{ },DefinesResult>("display/defines")]]></e></m></meta>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<DefinesParams,DefinesResult>("display/defines")]]></e></m></meta>
<haxe_doc>The defines request is sent from the client to Haxe to get a list of all registered defines and their documentation.</haxe_doc>
</Defines>
<haxe_doc>Methods of the JSON-RPC-based `--display` protocol in Haxe 4.
Expand Down Expand Up @@ -14880,7 +14880,15 @@
<activeParameter><x path="Int"/></activeParameter>
</a></typedef>
<typedef path="haxe.display.SignatureHelpResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><t path="haxe.display.Response"><x path="Null"><t path="haxe.display.SignatureItem"/></x></t></typedef>
<typedef path="haxe.display.MetadataParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><a>
<user><x path="Bool"/></user>
<compiler><x path="Bool"/></compiler>
</a></typedef>
<typedef path="haxe.display.MetadataResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><t path="haxe.display.Response"><c path="Array"><t path="haxe.display.Metadata"/></c></t></typedef>
<typedef path="haxe.display.DefinesParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><a>
<user><x path="Bool"/></user>
<compiler><x path="Bool"/></compiler>
</a></typedef>
<typedef path="haxe.display.DefinesResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display"><t path="haxe.display.Response"><c path="Array"><t path="haxe.display.Define"/></c></t></typedef>
<typedef path="haxe.display.PositionParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display">
<a>
Expand Down
2 changes: 1 addition & 1 deletion xml/feature/display-api-metadata-defines/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"commit": "f98f256844bead05f2ca1490fc7e614ad53f6d11",
"commit": "acd355250b81aa53acfe730c04f02e325505f34b",
"branch": "feature/display-api-metadata-defines"
}
26 changes: 20 additions & 6 deletions xml/feature/display-api-metadata-defines/java.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12706,20 +12706,20 @@
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<SignatureHelpParams,SignatureHelpResult>("display/signatureHelp")]]></e></m></meta>
<haxe_doc>The signature help request is sent from the client to Haxe to request signature information at a given cursor position.</haxe_doc>
</SignatureHelp>
<Metadata public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;{ },MetadataResult&gt;(&quot;display/metadata&quot;)" line="84" static="1">
<Metadata public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;MetadataParams,MetadataResult&gt;(&quot;display/metadata&quot;)" line="84" static="1">
<x path="haxe.display.HaxeRequestMethod">
<a/>
<t path="haxe.display.MetadataParams"/>
<t path="haxe.display.MetadataResult"/>
</x>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<{ },MetadataResult>("display/metadata")]]></e></m></meta>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<MetadataParams,MetadataResult>("display/metadata")]]></e></m></meta>
<haxe_doc>The metadata request is sent from the client to Haxe to get a list of all registered metadata and their documentation.</haxe_doc>
</Metadata>
<Defines public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;{ },DefinesResult&gt;(&quot;display/defines&quot;)" line="89" static="1">
<Defines public="1" get="inline" set="null" expr="new HaxeRequestMethod&lt;DefinesParams,DefinesResult&gt;(&quot;display/defines&quot;)" line="89" static="1">
<x path="haxe.display.HaxeRequestMethod">
<a/>
<t path="haxe.display.DefinesParams"/>
<t path="haxe.display.DefinesResult"/>
</x>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<{ },DefinesResult>("display/defines")]]></e></m></meta>
<meta><m n=":value"><e><![CDATA[new HaxeRequestMethod<DefinesParams,DefinesResult>("display/defines")]]></e></m></meta>
<haxe_doc>The defines request is sent from the client to Haxe to get a list of all registered defines and their documentation.</haxe_doc>
</Defines>
<haxe_doc>Methods of the JSON-RPC-based `--display` protocol in Haxe 4.
Expand Down Expand Up @@ -15426,10 +15426,24 @@
<t path="haxe.display.Response"><x path="Null"><t path="haxe.display.SignatureItem"/></x></t>
<meta><m n=":nativeGen"/></meta>
</typedef>
<typedef path="haxe.display.MetadataParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display">
<a>
<user><x path="Bool"/></user>
<compiler><x path="Bool"/></compiler>
</a>
<meta><m n=":nativeGen"/></meta>
</typedef>
<typedef path="haxe.display.MetadataResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display">
<t path="haxe.display.Response"><c path="Array"><t path="haxe.display.Metadata"/></c></t>
<meta><m n=":nativeGen"/></meta>
</typedef>
<typedef path="haxe.display.DefinesParams" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display">
<a>
<user><x path="Bool"/></user>
<compiler><x path="Bool"/></compiler>
</a>
<meta><m n=":nativeGen"/></meta>
</typedef>
<typedef path="haxe.display.DefinesResult" params="" file="/home/runner/work/haxe/haxe/std/haxe/display/Display.hx" module="haxe.display.Display">
<t path="haxe.display.Response"><c path="Array"><t path="haxe.display.Define"/></c></t>
<meta><m n=":nativeGen"/></meta>
Expand Down
Loading

0 comments on commit 0b622c4

Please sign in to comment.