Docs: use single quotes instead of back-ticks

Minor tweaks so text is extracted into the user manual properly.
This commit is contained in:
Campbell Barton
2025-06-05 17:32:42 +10:00
parent 2f60e37936
commit 0b94df6b2a

View File

@@ -1114,11 +1114,11 @@ static int arg_handle_command_set(int argc, const char **argv, void *data)
static const char arg_handle_disable_depsgraph_on_file_load_doc[] =
"\n"
"\tBackground mode: Do not systematically build and evaluate ViewLayers' dependency graphs\n"
"\twhen loading a blend-file in background mode (`-b` or `-c` options).\n"
"\twhen loading a blend-file in background mode ('-b' or '-c' options).\n"
"\n"
"\tScripts requiring evaluated data then need to explicitly ensure that\n"
"\tan evaluated depsgraph is available\n"
"\t(e.g. by calling `depsgraph = context.evaluated_depsgraph_get()`).\n"
"\t(e.g. by calling 'depsgraph = context.evaluated_depsgraph_get()').\n"
"\n"
"\tNOTE: this is a temporary option, in the future depsgraph will never be\n"
"\tautomatically generated on file load in background mode.";
@@ -1135,7 +1135,7 @@ static const char arg_handle_disable_liboverride_auto_resync_doc[] =
"\tDo not perform library override automatic resync when loading a new blend-file.\n"
"\n"
"\tNOTE: this is an alternative way to get the same effect as when setting the\n"
"\t`No Override Auto Resync` User Preferences Debug option.";
"\t'No Override Auto Resync' User Preferences Debug option.";
static int arg_handle_disable_liboverride_auto_resync(int /*argc*/,
const char ** /*argv*/,
void * /*data*/)