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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user