Merge branch 'chcg-xml_syntax_issues'

This commit is contained in:
Christian Grasser 2018-12-02 23:58:55 +01:00
commit 678321df97
3 changed files with 2061 additions and 2065 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1123,8 +1123,8 @@
<KeyWord name="operator!" />
<KeyWord name="operator!=" />
<KeyWord name="operator" />
<KeyWord name="operator&" />
<KeyWord name="operator&=" />
<KeyWord name="operator&amp;" />
<KeyWord name="operator&amp;=" />
<KeyWord name="operator()" />
<KeyWord name="operator*" />
<KeyWord name="operator*=" />
@ -1133,19 +1133,19 @@
<KeyWord name="operator+=" />
<KeyWord name="operator-" />
<KeyWord name="operator-=" />
<KeyWord name="operator->" />
<KeyWord name="operator-&gt;" />
<KeyWord name="operator/" />
<KeyWord name="operator/=" />
<KeyWord name="operator<" />
<KeyWord name="operator<<" />
<KeyWord name="operator<<=" />
<KeyWord name="operator<=" />
<KeyWord name="operator&lt;" />
<KeyWord name="operator&lt;&lt;" />
<KeyWord name="operator&lt;&lt;=" />
<KeyWord name="operator&lt;=" />
<KeyWord name="operator=" />
<KeyWord name="operator==" />
<KeyWord name="operator>" />
<KeyWord name="operator>=" />
<KeyWord name="operator>>" />
<KeyWord name="operator>>=" />
<KeyWord name="operator&gt;" />
<KeyWord name="operator&gt;=" />
<KeyWord name="operator&gt;&gt;" />
<KeyWord name="operator&gt;&gt;=" />
<KeyWord name="operator[]" />
<KeyWord name="operator^" />
<KeyWord name="operator^=" />

View File

@ -442,11 +442,11 @@
<KeyWord name="File.AppendAllLines" func="yes">
<Overload retVal="void" >
<Param name="string path" />
<Param name="System.Collections.Generic.IEnumerable<string> contents" />
<Param name="System.Collections.Generic.IEnumerable&lt;string&gt; contents" />
</Overload>
<Overload retVal="void" >
<Param name="string path" />
<Param name="System.Collections.Generic.IEnumerable<string> contents" />
<Param name="System.Collections.Generic.IEnumerable&lt;string&gt; contents" />
<Param name="System.Text.Encoding encoding" />
</Overload>
</KeyWord>
@ -628,10 +628,10 @@
</Overload>
</KeyWord>
<KeyWord name="File.ReadLines" func="yes">
<Overload retVal="System.Collections.Generic.IEnumerable<string>" >
<Overload retVal="System.Collections.Generic.IEnumerable&lt;string&gt;" >
<Param name="string path" />
</Overload>
<Overload retVal="System.Collections.Generic.IEnumerable<string>" >
<Overload retVal="System.Collections.Generic.IEnumerable&lt;string&gt;" >
<Param name="string path" />
<Param name="System.Text.Encoding encoding" />
</Overload>
@ -711,7 +711,7 @@
<Overload retVal="void" >
<Param name="string path" />
<Param name="string[] content " />
<Param name="System.Collections.Generic.IEnumerable<string> content " />
<Param name="System.Collections.Generic.IEnumerable&lt;string&gt; content " />
</Overload>
<Overload retVal="void" >
<Param name="string path" />
@ -722,7 +722,7 @@
<Param name="string path" />
<Param name="string[] content " />
<Param name="System.Text.Encoding encoding " />
<Param name="System.Collections.Generic.IEnumerable<string> content " />
<Param name="System.Collections.Generic.IEnumerable&lt;string&gt; content " />
</Overload>
</KeyWord>
<KeyWord name="File.WriteAllText" func="yes">
@ -996,9 +996,6 @@
<Param name="string name"/>
</Overload>
</KeyWord>
<KeyWord name="true" />
<KeyWord name="try" />
<KeyWord name="typeof" />