fix: godot_macros \file directive now correctly refers to filename

main
Sara 2024-05-29 23:08:40 +02:00
parent 7e452fa7ff
commit 4c1e7468aa
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef UTILS_GODOT_MACROS_HPP #ifndef UTILS_GODOT_MACROS_HPP
#define UTILS_GODOT_MACROS_HPP #define UTILS_GODOT_MACROS_HPP
/*! \file godot_macros.h /*! \file godot_macros.hpp
* \brief C-style preprocessor macros to simplify using godot's C++ API. * \brief C-style preprocessor macros to simplify using godot's C++ API.
*/ */