Change <S> to S

Otherwise, it is invalid XML
This commit is contained in:
Pieter Hijma
2023-11-14 15:13:48 +01:00
parent 6d6f8ca1e0
commit 75e18e3cf9

View File

@@ -31,8 +31,8 @@
</Methode>
<Methode Name="index">
<Documentation>
<UserDocu>return the index of the Shape <S> and
return 0 if the Shape <S> is not found.</UserDocu>
<UserDocu>return the index of the Shape S and
return 0 if the Shape S is not found.</UserDocu>
</Documentation>
</Methode>
<Methode Name="outLinedShapeNullify">
@@ -62,13 +62,13 @@
</Methode>
<Methode Name="hide">
<Documentation>
<UserDocu>hide the Shape <S> by itself.
<UserDocu>hide the Shape S by itself.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="hideAll">
<Documentation>
<UserDocu>set to hide all the edges of the Shape <S>.
<UserDocu>set to hide all the edges of the Shape S.
</UserDocu>
</Documentation>
</Methode>
@@ -87,13 +87,13 @@
</Methode>
<Methode Name="selectEdge">
<Documentation>
<UserDocu>select only the edges of the Shape <S>
<UserDocu>select only the edges of the Shape S
</UserDocu>
</Documentation>
</Methode>
<Methode Name="selectFace">
<Documentation>
<UserDocu>select only the faces of the Shape <S>.
<UserDocu>select only the faces of the Shape S.
</UserDocu>
</Documentation>
</Methode>