Merge branch 'xml_syntax_issues' of https://github.com/chcg/notepad-plus-plus into chcg-xml_syntax_issues

checked all files of the APIs dir for xml syntax issues and corrected the invalid files

Tested with plugin tools and checked also against https://www.xmlvalidation.com/

The current invalid xml syntax seems to have no bad influence on the functionality of the files.
This commit is contained in:
Christian Grasser 2018-12-02 23:55:27 +01:00
commit ef29c78945
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" />