Cleanup: Do not use camel case for "Freestyle"

This commit is contained in:
Aaron Carlisle 2019-07-14 15:19:50 -04:00
parent e3c586e262
commit 1f57157601
2 changed files with 3 additions and 3 deletions

@ -7418,7 +7418,7 @@ void MESH_OT_symmetry_snap(struct wmOperatorType *ot)
#ifdef WITH_FREESTYLE #ifdef WITH_FREESTYLE
/* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */
/** \name Mark Edge (FreeStyle) Operator /** \name Mark Edge (Freestyle) Operator
* \{ */ * \{ */
static int edbm_mark_freestyle_edge_exec(bContext *C, wmOperator *op) static int edbm_mark_freestyle_edge_exec(bContext *C, wmOperator *op)
@ -7498,7 +7498,7 @@ void MESH_OT_mark_freestyle_edge(wmOperatorType *ot)
/** \} */ /** \} */
/* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */
/** \name Mark Face (FreeStyle) Operator /** \name Mark Face (Freestyle) Operator
* \{ */ * \{ */
static int edbm_mark_freestyle_face_exec(bContext *C, wmOperator *op) static int edbm_mark_freestyle_face_exec(bContext *C, wmOperator *op)

@ -926,7 +926,7 @@ static const char arg_handle_debug_mode_generic_set_doc_ffmpeg[] =
# ifdef WITH_FREESTYLE # ifdef WITH_FREESTYLE
static const char arg_handle_debug_mode_generic_set_doc_freestyle[] = static const char arg_handle_debug_mode_generic_set_doc_freestyle[] =
"\n\t" "\n\t"
"Enable debug messages for FreeStyle."; "Enable debug messages for Freestyle.";
# endif # endif
static const char arg_handle_debug_mode_generic_set_doc_python[] = static const char arg_handle_debug_mode_generic_set_doc_python[] =
"\n\t" "\n\t"