Skip to content

Commit 40d8071

Browse files
committed
Resolve ambiguity about #[methods] symbol documentation
1 parent 9ffc935 commit 40d8071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdnative-derive/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pub fn profiled(meta: TokenStream, input: TokenStream) -> TokenStream {
227227
///
228228
/// **Important**: This needs to be added to one and only one `impl` block for a given `NativeClass`.
229229
///
230-
/// For additional details about how `#[methods]` expands, please refer to [gdnative::methods](methods)
230+
/// For additional details about how `#[methods]` expands, please refer to [gdnative::methods](macro@methods)
231231
///
232232
/// ### `#[export]`
233233
/// Registers the attributed function signature to be used by Godot.

0 commit comments

Comments
 (0)