We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffc935 commit 40d8071Copy full SHA for 40d8071
gdnative-derive/src/lib.rs
@@ -227,7 +227,7 @@ pub fn profiled(meta: TokenStream, input: TokenStream) -> TokenStream {
227
///
228
/// **Important**: This needs to be added to one and only one `impl` block for a given `NativeClass`.
229
230
-/// For additional details about how `#[methods]` expands, please refer to [gdnative::methods](methods)
+/// For additional details about how `#[methods]` expands, please refer to [gdnative::methods](macro@methods)
231
232
/// ### `#[export]`
233
/// Registers the attributed function signature to be used by Godot.
0 commit comments