Skip to content

Commit 6324fae

Browse files
committed
Update documentation
1 parent e08fef6 commit 6324fae

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

kt/entry-generation/godot-kotlin-symbol-processor/src/main/kotlin/godot/annotation/processor/visitor/RegistrationAnnotationVisitor.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import godot.entrygenerator.model.RegisteredClass
1313
import godot.entrygenerator.model.SourceFile
1414

1515
/**
16-
* Collects [GodotScript], [RegisterConstructor], [GodotMember], [RegisterProperty], [RegisterSignal] annotations
16+
* Collects [GodotScript], [GodotMember] annotations
1717
* for registrar generation and entry generation
1818
*/
1919
internal class RegistrationAnnotationVisitor(

kt/godot-library/src/main/kotlin/godot/annotation/Tool.kt

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package godot.annotation
33

44
/**
55
* Mark a class as tool class.
6-
*
7-
* The class needs to have the @[GodotScript] annotation added as well
86
*/
97
@Target(AnnotationTarget.CLASS)
108
@Retention(AnnotationRetention.RUNTIME)

0 commit comments

Comments
 (0)