Cleanup: correct file names in comments after C -> C++ renaming

Use back-tick quotes to differentiate these from plain text.
This commit is contained in:
Campbell Barton
2023-07-31 11:50:54 +10:00
parent a35ad5899f
commit 52acf6a6ec
271 changed files with 740 additions and 734 deletions

View File

@@ -19,7 +19,7 @@ extern "C" {
/* For 'FILE'. */
#include <stdio.h>
/* bpy_interface.c */
/* `bpy_interface.cc` */
/** Call #BPY_context_set first. */
void BPY_python_start(struct bContext *C, int argc, const char **argv);
@@ -28,7 +28,7 @@ void BPY_python_reset(struct bContext *C);
void BPY_python_use_system_env(void);
void BPY_python_backtrace(FILE *fp);
/* bpy_app.c */
/* `bpy_app.cc` */
/* Access `main_args_help_as_string` needed to resolve bad level call. */
extern char *(*BPY_python_app_help_text_fn)(bool all);