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>2019-02-11 17:21:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-11 17:51:03 +0300
commit452df3f392e29f5f44883bb9cd3bc0c4e8a0ee62 (patch)
treedb7bed3094cda4e39c6ce514a7fd14a0c7e94397 /source/blender/bmesh/intern/bmesh_operator_api.h
parent36aa8499e80dfcb73ebebb0c365a7a01460fa5a4 (diff)
Cleanup: comments
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_operator_api.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_operator_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/intern/bmesh_operator_api.h b/source/blender/bmesh/intern/bmesh_operator_api.h
index 2aedc204f9a..cbfe0b6b4a5 100644
--- a/source/blender/bmesh/intern/bmesh_operator_api.h
+++ b/source/blender/bmesh/intern/bmesh_operator_api.h
@@ -521,7 +521,7 @@ void BMO_slot_buffer_from_all(
*
* f = BMO_iter_new(&oiter, some_operator, "slot_name", BM_FACE);
* for (; f; f = BMO_iter_step(&oiter)) {
- * /do something with the face
+ * // do something with the face
* }
*
* another example, iterating over a mapping: