fix: godot_macros \file directive now correctly refers to filename
parent
7e452fa7ff
commit
4c1e7468aa
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue