瀏覽代碼

fix poorly formed documentation xml, text outside of tags

zvodd 9 年之前
父節點
當前提交
18dfb16e26
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/core_classes.xml

+ 2 - 2
doc/core_classes.xml

@@ -575,8 +575,8 @@
 	3x3 Matrix.
 	3x3 Matrix.
 	</brief_description>
 	</brief_description>
 	<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).
 	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>
 	<methods>
 	<method name="invert">
 	<method name="invert">
 		<description>
 		<description>
@@ -937,8 +937,8 @@
 	Vector used for 2D Math.
 	Vector used for 2D Math.
 	</brief_description>
 	</brief_description>
 	<description>
 	<description>
-	</description>
 	Vector class, which performs basic 2D vector math operations.
 	Vector class, which performs basic 2D vector math operations.
+	</description>
 	<methods>
 	<methods>
 	<method name="operator+">
 	<method name="operator+">
 		<argument index="0" name="b" type="Vector2">
 		<argument index="0" name="b" type="Vector2">