Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-05-31 17:06:04 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-05-31 17:06:04 +0400
commit0dfc3a3b785ca5ed39a48e0d62a0c472167c5506 (patch)
tree05c0ab514628172d637c4b6c0be311d00144106a /source/gameengine/PyDoc/KX_MeshProxy.py
parent4f457fa277754a0c34f07bfa02acad00bfb50731 (diff)
Use epydoc for generating game python reference (like the bpython guys)
Diffstat (limited to 'source/gameengine/PyDoc/KX_MeshProxy.py')
-rw-r--r--source/gameengine/PyDoc/KX_MeshProxy.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/PyDoc/KX_MeshProxy.py b/source/gameengine/PyDoc/KX_MeshProxy.py
index 30858ace97f..e213c2351a9 100644
--- a/source/gameengine/PyDoc/KX_MeshProxy.py
+++ b/source/gameengine/PyDoc/KX_MeshProxy.py
@@ -12,7 +12,7 @@ class KX_MeshProxy:
"""
Gets the number of materials associated with this object.
- @rtype integer
+ @rtype: integer
"""
def GetMaterialName(matid):
@@ -52,7 +52,7 @@ class KX_MeshProxy:
@param matid: the specified material
@type index: integer
@param index: the index into the vertex array.
- @rtype KX_VertexProxy
- @return a vertex object.
+ @rtype: KX_VertexProxy
+ @return: a vertex object.
"""