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-05-02 11:25:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-02 11:25:36 +0300
commit5b14b5654231a50874fd9103d2adb306f62aec8d (patch)
treef2c0c65e5b30bd62fd7369c9704417f15fbc37c5 /source/blender/freestyle
parent22c293f6d606664ed459200905b9d87a772ec986 (diff)
Cleanup: typos in comments
Diffstat (limited to 'source/blender/freestyle')
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/view_map/ViewMap.h b/source/blender/freestyle/intern/view_map/ViewMap.h
index 011090d8e67..9b1eab0d905 100644
--- a/source/blender/freestyle/intern/view_map/ViewMap.h
+++ b/source/blender/freestyle/intern/view_map/ViewMap.h
@@ -1367,8 +1367,9 @@ class ViewEdge : public Interface1D {
virtual Interface0DIterator verticesEnd();
/*! Returns an Interface0DIterator to iterate over the points of this ViewEdge at a given
- * resolution. The returned Interface0DIterator points on the first Point of the ViewEdge. \param
- * t: the sampling value.
+ * resolution. The returned Interface0DIterator points on the first Point of the ViewEdge.
+ * \param t:
+ * the sampling value.
*/
virtual Interface0DIterator pointsBegin(float t = 0.0f);