Fix RST syntax for freestyle documentation

This commit is contained in:
nutti 2020-07-29 09:46:37 +10:00 committed by Campbell Barton
parent 7dfc2f5137
commit 55c6cc46b5
1 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@ static char SmoothingShader___doc__[] =
"\n"
"[Geometry shader]\n"
"\n"
".. method:: __init__(num_iterations=100, factor_point=0.1,\n"
" factor_curvature=0.0, factor_curvature_difference=0.2,\n"
" aniso_point=0.0, aniso_normal=0.0, aniso_curvature=0.0,\n"
".. method:: __init__(num_iterations=100, factor_point=0.1, \\\n"
" factor_curvature=0.0, factor_curvature_difference=0.2, \\\n"
" aniso_point=0.0, aniso_normal=0.0, aniso_curvature=0.0, \\\n"
" carricature_factor=1.0)\n"
"\n"
" Builds a SmoothingShader object.\n"