Skip to content

Commit

Permalink
doc: javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Dec 6, 2024
1 parent 2047399 commit c9c0c6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/janelia/saalfeldlab/n5/ij/N5IJUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ public static <T extends NativeType<T> & NumericType<T>, M extends N5DatasetMeta
* the metadata type
* @param <W>
* the metadata parser type
* @param <I>
* the ImageplusMetadata type
* @param n5
* the reader
* @param dataset
Expand Down Expand Up @@ -611,7 +613,7 @@ public static void saveMaskedUnsignedByte(
/**
* Wraps an RGB image as a {@link Img} of type {@link UnsignedIntType}.
*
* @param imp
* @param image
* the ImagePlus
* @return the wrapped image
*/
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/org/janelia/saalfeldlab/n5/ij/N5Importer.java
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ public static void record(final String n5RootAndDataset, final boolean virtual,
* the image data type
* @param <M>
* the metadata type
* @param <A>
* the axis metadata type
* @param n5
* the n5Reader
* @param exec
Expand Down

0 comments on commit c9c0c6a

Please sign in to comment.