瀏覽代碼

Add method description to Vector3i Class Reference

Add description for the abs method in the Vector3i class. Description added is identical to the abs method for the other vector classes
TechnicalSoup 3 年之前
父節點
當前提交
8a1d924896
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/Vector3i.xml

+ 1 - 0
doc/classes/Vector3i.xml

@@ -48,6 +48,7 @@
 		<method name="abs" qualifiers="const">
 			<return type="Vector3i" />
 			<description>
+				Returns a new vector with all components in absolute values (i.e. positive).
 			</description>
 		</method>
 		<method name="clamp" qualifiers="const">