From 905cb1639ad8f82502ecf9f1701963972f96080e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 3 Jul 2013 04:47:50 +0000 Subject: update doxygen congfig and tweaks to warnings when running doxygen. --- source/blender/freestyle/intern/stroke/StrokeIterators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/stroke/StrokeIterators.h b/source/blender/freestyle/intern/stroke/StrokeIterators.h index 2f9691be7dd..1082adfbf41 100644 --- a/source/blender/freestyle/intern/stroke/StrokeIterators.h +++ b/source/blender/freestyle/intern/stroke/StrokeIterators.h @@ -88,7 +88,7 @@ public: /*! operator= * \attention In the scripting language, you must call \code it2 = StrokeVertexIterator(it1) \endcode instead of - * \code it2 = it1 \endcode, where \a it1 and \a it2 are 2 StrokeVertexIterator. + * \code it2 = it1 \endcode where \a it1 and \a it2 are 2 StrokeVertexIterator. * Otherwise, incrementing \a it1 will also increment \a it2. */ StrokeVertexIterator& operator=(const StrokeVertexIterator& vi) -- cgit v1.2.3