Skip to content

Commit

Permalink
@link -> @linkplain
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Nov 19, 2023
1 parent dd007de commit 00d49e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import net.fabricmc.mappingio.format.MappingFormat;

/**
* {@link MappingFormat#CSRG_FILE CSRG file} writer.
* {@linkplain MappingFormat#CSRG_FILE CSRG file} writer.
*/
public final class CsrgFileWriter implements MappingWriter {
public CsrgFileWriter(Writer writer) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
import net.fabricmc.mappingio.format.MappingFormat;

/**
* {@link MappingFormat#TSRG_FILE TSRG file} and
* {@link MappingFormat#TSRG_2_FILE TSRG2 file} writer.
* {@linkplain MappingFormat#TSRG_FILE TSRG file} and
* {@linkplain MappingFormat#TSRG_2_FILE TSRG2 file} writer.
*/
public final class TsrgFileWriter implements MappingWriter {
public TsrgFileWriter(Writer writer, boolean tsrg2) {
Expand Down

0 comments on commit 00d49e1

Please sign in to comment.