[Bf-blender-cvs] [0322e854dad] blender2.8: Cleanup: missed when using doxy groups

Campbell Barton noreply at git.blender.org
Wed Sep 19 03:45:52 CEST 2018


Commit: 0322e854dad30f469537f60c7a7ae6d24a62d2cf
Author: Campbell Barton
Date:   Wed Sep 19 11:55:41 2018 +1000
Branches: blender2.8
https://developer.blender.org/rB0322e854dad30f469537f60c7a7ae6d24a62d2cf

Cleanup: missed when using doxy groups

===================================================================

M	source/blender/blenlib/intern/expr_pylike_eval.c

===================================================================

diff --git a/source/blender/blenlib/intern/expr_pylike_eval.c b/source/blender/blenlib/intern/expr_pylike_eval.c
index 521cf3caae9..dde296fbd43 100644
--- a/source/blender/blenlib/intern/expr_pylike_eval.c
+++ b/source/blender/blenlib/intern/expr_pylike_eval.c
@@ -391,7 +391,11 @@ static BuiltinOpDef builtin_ops[] = {
 	{ NULL, OPCODE_CONST, NULL }
 };
 
-/* Simple Expression Parser State -------------------------- */
+/** \} */
+
+/* -------------------------------------------------------------------- */
+/** \name Expression Parser State
+ * \{ */
 
 #define MAKE_CHAR2(a, b) (((a) << 8) | (b))



More information about the Bf-blender-cvs mailing list