Skip to content
Snippets Groups Projects
Commit 76b9ec1c authored by brinn's avatar brinn
Browse files

fix: javadoc formatting

SVN: 10395
parent e3b0d034
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ public final class MDByteArray extends MDAbstractArray<Byte>
/**
* Creates a {@link MDByteArray} from the given <var>flattenedArray</var> and
* <var>dimensions</var>. If <var>checkDimensions/var>} is {@code true}, it is checked that the
* <var>dimensions</var>. If <var>checkDimensions</var> is {@code true}, it is checked that the
* arguments are compatible. Convenience method if <var>dimensions</var> are available as
* {@code long[]}.
*/
......@@ -76,7 +76,7 @@ public final class MDByteArray extends MDAbstractArray<Byte>
/**
* Creates a {@link MDByteArray} from the given <var>flattenedArray</var> and
* <var>dimensions</var>. If <var>checkDimensions/var>} is {@code true}, it is checked that the
* <var>dimensions</var>. If <var>checkDimensions</var> is {@code true}, it is checked that the
* arguments are compatible.
*/
public MDByteArray(byte[] flattenedArray, int[] dimensions, boolean checkdimensions)
......@@ -98,7 +98,7 @@ public final class MDByteArray extends MDAbstractArray<Byte>
/**
* Creates a {@link MDByteArray} from the given <var>matrix</var> of rank 2. Note that the
* values in <var>matrix</var> will be copied and thus the created {@link MDDoubleArray} will be
* values in <var>matrix</var> will be copied and thus the created {@link MDByteArray} will be
* independent from <var>matrix</var> after construction.
*/
public MDByteArray(byte[][] matrix)
......@@ -110,7 +110,7 @@ public final class MDByteArray extends MDAbstractArray<Byte>
* Creates a {@link MDByteArray} from the given <var>matrix</var> of rank 2 and the
* <var>dimension</var> which need to be less or equal the dimensions of <var>matrix</var>. Note
* that the values in <var>matrix</var> will be copied and thus the created
* {@link MDDoubleArray} will be independent from <var>matrix</var> after construction.
* {@link MDByteArray} will be independent from <var>matrix</var> after construction.
*/
public MDByteArray(byte[][] matrix, int[] dimensions)
{
......
......@@ -48,7 +48,7 @@ public final class MDFloatArray extends MDAbstractArray<Float>
/**
* Creates a {@link MDDoubleArray} from the given <var>flattenedArray</var> and
* <var>dimensions</var>. If <var>checkDimensions/var>} is {@code true}, it is checked that the
* <var>dimensions</var>. If <var>checkDimensions</var> is {@code true}, it is checked that the
* arguments are compatible. Convenience method if <var>dimensions</var> are available as
* {@code long[]}.
*/
......@@ -76,7 +76,7 @@ public final class MDFloatArray extends MDAbstractArray<Float>
/**
* Creates a {@link MDDoubleArray} from the given <var>flattenedArray</var> and
* <var>dimensions</var>. If <var>checkDimensions/var>} is {@code true}, it is checked that the
* <var>dimensions</var>. If <var>checkDimensions</var> is {@code true}, it is checked that the
* arguments are compatible.
*/
public MDFloatArray(float[] flattenedArray, int[] dimensions, boolean checkdimensions)
......@@ -98,7 +98,7 @@ public final class MDFloatArray extends MDAbstractArray<Float>
/**
* Creates a {@link MDFloatArray} from the given <var>matrix</var> of rank 2. Note that the
* values in <var>matrix</var> will be copied and thus the created {@link MDDoubleArray} will be
* values in <var>matrix</var> will be copied and thus the created {@link MDFloatArray} will be
* independent from <var>matrix</var> after construction.
*/
public MDFloatArray(float[][] matrix)
......@@ -110,7 +110,7 @@ public final class MDFloatArray extends MDAbstractArray<Float>
* Creates a {@link MDFloatArray} from the given <var>matrix</var> of rank 2 and the
* <var>dimension</var> which need to be less or equal the dimensions of <var>matrix</var>. Note
* that the values in <var>matrix</var> will be copied and thus the created
* {@link MDDoubleArray} will be independent from <var>matrix</var> after construction.
* {@link MDFloatArray} will be independent from <var>matrix</var> after construction.
*/
public MDFloatArray(float[][] matrix, int[] dimensions)
{
......
......@@ -48,7 +48,7 @@ public final class MDIntArray extends MDAbstractArray<Integer>
/**
* Creates a {@link MDIntArray} from the given <var>flattenedArray</var> and
* <var>dimensions</var>. If <var>checkDimensions/var>} is {@code true}, it is checked that the
* <var>dimensions</var>. If <var>checkDimensions</var> is {@code true}, it is checked that the
* arguments are compatible. Convenience method if <var>dimensions</var> are available as
* {@code long[]}.
*/
......@@ -76,7 +76,7 @@ public final class MDIntArray extends MDAbstractArray<Integer>
/**
* Creates a {@link MDIntArray} from the given <var>flattenedArray</var> and
* <var>dimensions</var>. If <var>checkDimensions/var>} is {@code true}, it is checked that the
* <var>dimensions</var>. If <var>checkDimensions</var> is {@code true}, it is checked that the
* arguments are compatible.
*/
public MDIntArray(int[] flattenedArray, int[] dimensions, boolean checkdimensions)
......@@ -98,7 +98,7 @@ public final class MDIntArray extends MDAbstractArray<Integer>
/**
* Creates a {@link MDIntArray} from the given <var>matrix</var> of rank 2. Note that the
* values in <var>matrix</var> will be copied and thus the created {@link MDDoubleArray} will be
* values in <var>matrix</var> will be copied and thus the created {@link MDIntArray} will be
* independent from <var>matrix</var> after construction.
*/
public MDIntArray(int[][] matrix)
......@@ -110,7 +110,7 @@ public final class MDIntArray extends MDAbstractArray<Integer>
* Creates a {@link MDIntArray} from the given <var>matrix</var> of rank 2 and the
* <var>dimension</var> which need to be less or equal the dimensions of <var>matrix</var>. Note
* that the values in <var>matrix</var> will be copied and thus the created
* {@link MDDoubleArray} will be independent from <var>matrix</var> after construction.
* {@link MDIntArray} will be independent from <var>matrix</var> after construction.
*/
public MDIntArray(int[][] matrix, int[] dimensions)
{
......
......@@ -48,7 +48,7 @@ public final class MDLongArray extends MDAbstractArray<Long>
/**
* Creates a {@link MDLongArray} from the given <var>flattenedArray</var> and
* <var>dimensions</var>. If <var>checkDimensions/var>} is {@code true}, it is checked that the
* <var>dimensions</var>. If <var>checkDimensions</var> is {@code true}, it is checked that the
* arguments are compatible. Convenience method if <var>dimensions</var> are available as
* {@code long[]}.
*/
......@@ -76,7 +76,7 @@ public final class MDLongArray extends MDAbstractArray<Long>
/**
* Creates a {@link MDLongArray} from the given <var>flattenedArray</var> and
* <var>dimensions</var>. If <var>checkDimensions/var>} is {@code true}, it is checked that the
* <var>dimensions</var>. If <var>checkDimensions</var> is {@code true}, it is checked that the
* arguments are compatible.
*/
public MDLongArray(long[] flattenedArray, int[] dimensions, boolean checkdimensions)
......@@ -98,7 +98,7 @@ public final class MDLongArray extends MDAbstractArray<Long>
/**
* Creates a {@link MDLongArray} from the given <var>matrix</var> of rank 2. Note that the
* values in <var>matrix</var> will be copied and thus the created {@link MDDoubleArray} will be
* values in <var>matrix</var> will be copied and thus the created {@link MDLongArray} will be
* independent from <var>matrix</var> after construction.
*/
public MDLongArray(long[][] matrix)
......@@ -110,7 +110,7 @@ public final class MDLongArray extends MDAbstractArray<Long>
* Creates a {@link MDLongArray} from the given <var>matrix</var> of rank 2 and the
* <var>dimension</var> which need to be less or equal the dimensions of <var>matrix</var>. Note
* that the values in <var>matrix</var> will be copied and thus the created
* {@link MDDoubleArray} will be independent from <var>matrix</var> after construction.
* {@link MDLongArray} will be independent from <var>matrix</var> after construction.
*/
public MDLongArray(long[][] matrix, int[] dimensions)
{
......
......@@ -48,7 +48,7 @@ public final class MDShortArray extends MDAbstractArray<Short>
/**
* Creates a {@link MDShortArray} from the given <var>flattenedArray</var> and
* <var>dimensions</var>. If <var>checkDimensions/var>} is {@code true}, it is checked that the
* <var>dimensions</var>. If <var>checkDimensions</var> is {@code true}, it is checked that the
* arguments are compatible. Convenience method if <var>dimensions</var> are available as
* {@code long[]}.
*/
......@@ -76,7 +76,7 @@ public final class MDShortArray extends MDAbstractArray<Short>
/**
* Creates a {@link MDShortArray} from the given <var>flattenedArray</var> and
* <var>dimensions</var>. If <var>checkDimensions/var>} is {@code true}, it is checked that the
* <var>dimensions</var>. If <var>checkDimensions</var> is {@code true}, it is checked that the
* arguments are compatible.
*/
public MDShortArray(short[] flattenedArray, int[] dimensions, boolean checkdimensions)
......@@ -98,7 +98,7 @@ public final class MDShortArray extends MDAbstractArray<Short>
/**
* Creates a {@link MDShortArray} from the given <var>matrix</var> of rank 2. Note that the
* values in <var>matrix</var> will be copied and thus the created {@link MDDoubleArray} will be
* values in <var>matrix</var> will be copied and thus the created {@link MDShortArray} will be
* independent from <var>matrix</var> after construction.
*/
public MDShortArray(short[][] matrix)
......@@ -110,7 +110,7 @@ public final class MDShortArray extends MDAbstractArray<Short>
* Creates a {@link MDShortArray} from the given <var>matrix</var> of rank 2 and the
* <var>dimension</var> which need to be less or equal the dimensions of <var>matrix</var>. Note
* that the values in <var>matrix</var> will be copied and thus the created
* {@link MDDoubleArray} will be independent from <var>matrix</var> after construction.
* {@link MDShortArray} will be independent from <var>matrix</var> after construction.
*/
public MDShortArray(short[][] matrix, int[] dimensions)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment