Skip to content

Commit

Permalink
Add link to signal handler in connect-method javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Jun 24, 2024
1 parent ee785eb commit 3419303
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ public MethodSpec generateConnectMethod() {
var doc = signal.infoElements().doc();
if (doc != null)
builder.addJavadoc(new DocGenerator(doc).generate(true));
builder.addJavadoc("@see $LCallback#run\n",
toCamelCase(signal.name(), true));

if (signal.deprecated())
builder.addAnnotation(Deprecated.class);
Expand Down

0 comments on commit 3419303

Please sign in to comment.