Skip to content

Commit

Permalink
(try to) fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Nov 1, 2024
1 parent fee4bc9 commit 2006f8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions godot-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,12 @@ pub fn derive_godot_class(input: TokenStream) -> TokenStream {
/// For implementation reasons, subsequent impl blocks must have the key 'secondary'. There is no difference between implementing all functions in one block or splitting them up between multiple blocks.
/// ```no_run
/// # use godot::prelude::*;
/// # #[derive(GodotClass)]
/// # #[class(init)]
/// # struct MyStruct {
/// # // Virtual functions require base object.
/// # base: Base<RefCounted>,
/// # }
/// #[godot_api]
/// impl MyStruct {
/// #[func]
Expand Down

0 comments on commit 2006f8a

Please sign in to comment.