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:
authorCampbell Barton <ideasman42@gmail.com>2015-08-01 05:36:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-08-01 05:37:52 +0300
commit49f88326af63a0197299e217748ce1379b5a5830 (patch)
treeb8f7c1e6d78081c14641db8c2797321ab0e3e0e8 /source/blender/blenkernel/BKE_DerivedMesh.h
parent1c626f823db0136317ee867dde0c778ab785070c (diff)
Docs: doxy cleanup/minor edits
Diffstat (limited to 'source/blender/blenkernel/BKE_DerivedMesh.h')
-rw-r--r--source/blender/blenkernel/BKE_DerivedMesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_DerivedMesh.h b/source/blender/blenkernel/BKE_DerivedMesh.h
index 6a6e975bc72..2eac1a07daf 100644
--- a/source/blender/blenkernel/BKE_DerivedMesh.h
+++ b/source/blender/blenkernel/BKE_DerivedMesh.h
@@ -228,7 +228,7 @@ struct DerivedMesh {
int (*getNumPolys)(DerivedMesh *dm);
/** Copy a single vert/edge/tessellated face from the derived mesh into
- * *{vert/edge/face}_r. note that the current implementation
+ * ``*r_{vert/edge/face}``. note that the current implementation
* of this function can be quite slow, iterating over all
* elements (editmesh)
*/