Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Oct 14, 2024
1 parent e08fef6 commit 6324fae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import godot.entrygenerator.model.RegisteredClass
import godot.entrygenerator.model.SourceFile

/**
* Collects [GodotScript], [RegisterConstructor], [GodotMember], [RegisterProperty], [RegisterSignal] annotations
* Collects [GodotScript], [GodotMember] annotations
* for registrar generation and entry generation
*/
internal class RegistrationAnnotationVisitor(
Expand Down
2 changes: 0 additions & 2 deletions kt/godot-library/src/main/kotlin/godot/annotation/Tool.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package godot.annotation

/**
* Mark a class as tool class.
*
* The class needs to have the @[GodotScript] annotation added as well
*/
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
Expand Down

0 comments on commit 6324fae

Please sign in to comment.