Skip to content

Commit

Permalink
Do not link duplicate method in javadoc.
Browse files Browse the repository at this point in the history
scaladoc fails on that.
  • Loading branch information
Akirathan committed Jan 6, 2025
1 parent 4226c2e commit 98476fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public String generateMethodCode() {
* Creates a shallow copy of this IR element. If all of the given parameters are the
* same objects as fields, no copy is created and {@code this} is returned.
*
* <p>As opposed to the {@link #duplicate(boolean, boolean, boolean, boolean)} method,
* <p>As opposed to the {@code duplicate} method,
* does not copy this IR element recursively.
*/
""";
Expand Down

0 comments on commit 98476fa

Please sign in to comment.