diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2015-11-23 07:57:20 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2015-11-23 07:57:20 +0100 |
commit | 956282031cfcf346f45d5d4273e4fab1295091e1 (patch) | |
tree | 973521519190f97493d00d51d5b4d40a159eafca /doc | |
parent | d3529da1e45c9dbbb10c7efbcd99d1ff525283f9 (diff) | |
parent | 18dfb16e262578da84ed8e21529bf52c01e92a08 (diff) |
Merge pull request #2878 from zvodd/master
Fix poorly formed documentation xml, text outside of tags
Diffstat (limited to 'doc')
-rw-r--r-- | doc/core_classes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/core_classes.xml b/doc/core_classes.xml index 02b46ac4b9..c37b50f122 100644 --- a/doc/core_classes.xml +++ b/doc/core_classes.xml @@ -575,8 +575,8 @@ 3x3 Matrix. </brief_description> <description> - </description> Matrix represent a 3x3 (3 rows by 3 columns) transformation matrix. it is used mainly to represent and accumulate transformations such as rotation or scale when used as an OCS (oriented coordinate system). + </description> <methods> <method name="invert"> <description> @@ -937,8 +937,8 @@ Vector used for 2D Math. </brief_description> <description> - </description> Vector class, which performs basic 2D vector math operations. + </description> <methods> <method name="operator+"> <argument index="0" name="b" type="Vector2"> |