HTML5 javadoc comments.

As of Java 11, the "javadoc" command requires compliance.
This commit is contained in:
Gilles Sadowski 2022-03-03 12:02:58 +01:00
parent 924f6c3574
commit 57dda85533
11 changed files with 24 additions and 13 deletions

View File

@ -57,7 +57,8 @@ import org.apache.commons.numbers.core.Precision;
* href="http://www.netlib.org/minpack/disclaimer">here</a>, for convenience, it * href="http://www.netlib.org/minpack/disclaimer">here</a>, for convenience, it
* is reproduced below. * is reproduced below.
* *
* <table style="text-align: center; background-color: #E0E0E0" border="0" width="80%" cellpadding="10" summary="MINPACK redistribution policy"> * <table style="text-align: center; background-color: #E0E0E0" border="">
* <caption>MINPACK redistribution policy</caption>
* <tr><td> * <tr><td>
* Minpack Copyright Notice (1999) University of Chicago. * Minpack Copyright Notice (1999) University of Chicago.
* All rights reserved * All rights reserved

View File

@ -38,7 +38,7 @@ import org.apache.commons.math4.legacy.exception.DimensionMismatchException;
* <br> * <br>
* *
* <dl> * <dl>
* <dt><a name="BARR1994">Barret et al. (1994)</a></dt> * <dt><a id="BARR1994">Barret et al. (1994)</a></dt>
* <dd> * <dd>
* R. Barrett, M. Berry, T. F. Chan, J. Demmel, J. M. Donato, J. Dongarra, * R. Barrett, M. Berry, T. F. Chan, J. Demmel, J. M. Donato, J. Dongarra,
* V. Eijkhout, R. Pozo, C. Romine and H. Van der Vorst, * V. Eijkhout, R. Pozo, C. Romine and H. Van der Vorst,

View File

@ -62,7 +62,8 @@ import org.apache.commons.math4.core.jdkmath.JdkMath;
* href="http://www.unige.ch/~hairer/prog/licence.txt">here</a>, for * href="http://www.unige.ch/~hairer/prog/licence.txt">here</a>, for
* convenience, it is reproduced below.</p> * convenience, it is reproduced below.</p>
* *
* <table border="0" width="80%" cellpadding="10" style="text-align: center; background-color: #E0E0E0" summary="odex redistribution policy"> * <table border="" style="text-align: center; background-color: #E0E0E0">
* <caption>odex redistribution policy</caption>
* <tr><td>Copyright (c) 2004, Ernst Hairer</td></tr> * <tr><td>Copyright (c) 2004, Ernst Hairer</td></tr>
* *
* <tr><td>Redistribution and use in source and binary forms, with or * <tr><td>Redistribution and use in source and binary forms, with or

View File

@ -42,7 +42,8 @@ import org.apache.commons.math4.core.jdkmath.JdkMath;
* href="http://www.unige.ch/~hairer/prog/licence.txt">here</a>, for * href="http://www.unige.ch/~hairer/prog/licence.txt">here</a>, for
* convenience, it is reproduced below.</p> * convenience, it is reproduced below.</p>
* *
* <table border="0" width="80%" cellpadding="10" style="text-align: center; background-color: #E0E0E0;" summary="odex redistribution policy"> * <table border="" style="text-align: center; background-color: #E0E0E0;">
* <caption>odex redistribution policy</caption>
* <tr><td>Copyright (c) 2004, Ernst Hairer</td></tr> * <tr><td>Copyright (c) 2004, Ernst Hairer</td></tr>
* *
* <tr><td>Redistribution and use in source and binary forms, with or * <tr><td>Redistribution and use in source and binary forms, with or

View File

@ -127,7 +127,8 @@
* automatic guess is wrong. * automatic guess is wrong.
* </p> * </p>
* *
* <table border="1" style="text-align: center" summary="Fixed Step Integrators"> * <table border="1" style="text-align: center">
* <caption>Fixed Step Integrators</caption>
* <tr style="background-color: #CCCCFF"><td colspan=2 style="font-size: x-large">Fixed Step Integrators</td></tr> * <tr style="background-color: #CCCCFF"><td colspan=2 style="font-size: x-large">Fixed Step Integrators</td></tr>
* <tr style="background-color: #EEEEFF; font-size: larger"><td>Name</td><td>Order</td></tr> * <tr style="background-color: #EEEEFF; font-size: larger"><td>Name</td><td>Order</td></tr>
* <tr><td>{@link org.apache.commons.math4.legacy.ode.nonstiff.EulerIntegrator Euler}</td><td>1</td></tr> * <tr><td>{@link org.apache.commons.math4.legacy.ode.nonstiff.EulerIntegrator Euler}</td><td>1</td></tr>
@ -138,7 +139,8 @@
* <tr><td>{@link org.apache.commons.math4.legacy.ode.nonstiff.LutherIntegrator Luther}</td><td>6</td></tr> * <tr><td>{@link org.apache.commons.math4.legacy.ode.nonstiff.LutherIntegrator Luther}</td><td>6</td></tr>
* </table> * </table>
* *
* <table border="1" style="text-align: center" summary="Adaptive Stepsize Integrators"> * <table border="1" style="text-align: center">
* <caption>Adaptive Stepsize Integrators</caption>
* <tr style="background-color: #CCCCFF"><td colspan=3 style="font-size: x-large">Adaptive Stepsize Integrators</td></tr> * <tr style="background-color: #CCCCFF"><td colspan=3 style="font-size: x-large">Adaptive Stepsize Integrators</td></tr>
* <tr style="background-color: #EEEEFF; font-size: larger"><td>Name</td><td>Integration Order</td><td>Error Estimation Order</td></tr> * <tr style="background-color: #EEEEFF; font-size: larger"><td>Name</td><td>Integration Order</td><td>Error Estimation Order</td></tr>
* <tr><td>{@link org.apache.commons.math4.legacy.ode.nonstiff.HighamHall54Integrator Higham and Hall}</td><td>5</td><td>4</td></tr> * <tr><td>{@link org.apache.commons.math4.legacy.ode.nonstiff.HighamHall54Integrator Higham and Hall}</td><td>5</td><td>4</td></tr>

View File

@ -42,7 +42,8 @@ import org.apache.commons.numbers.core.Precision;
* it needs (time steps longer or shorter than the fixed time step and * it needs (time steps longer or shorter than the fixed time step and
* non-integer ratios are all allowed).</p> * non-integer ratios are all allowed).</p>
* *
* <table border="1" style="text-align: center" summary="Examples (step size = 0.5)"> * <table border="1" style="text-align: center">
* <caption>Examples (step size = 0.5)</caption>
* <tr style="background-color: #CCCCFF"><td colspan=6 style="font-size: x-large">Examples (step size = 0.5)</td></tr> * <tr style="background-color: #CCCCFF"><td colspan=6 style="font-size: x-large">Examples (step size = 0.5)</td></tr>
* <tr style="background-color: #EEEEFF; font-size: large"><td>Start time</td><td>End time</td> * <tr style="background-color: #EEEEFF; font-size: large"><td>Start time</td><td>End time</td>
* <td>Direction</td><td>{@link StepNormalizerMode Mode}</td> * <td>Direction</td><td>{@link StepNormalizerMode Mode}</td>

View File

@ -40,7 +40,8 @@ import org.apache.commons.numbers.core.Precision;
* it needs (time steps longer or shorter than the fixed time step and * it needs (time steps longer or shorter than the fixed time step and
* non-integer ratios are all allowed).</p> * non-integer ratios are all allowed).</p>
* *
* <table border="1" style="text-align: center" summary="Examples (step size = 0.5)"> * <table border="1" style="text-align: center">
* <caption>Examples (step size = 0.5)</caption>
* <tr style="background-color: #CCCCFF"><td style="font-size: x-large">Examples (step size = 0.5)</td></tr> * <tr style="background-color: #CCCCFF"><td style="font-size: x-large">Examples (step size = 0.5)</td></tr>
* <tr style="background-color: #EEEEFF; font-size: large"><td>Start time</td><td>End time</td> * <tr style="background-color: #EEEEFF; font-size: large"><td>Start time</td><td>End time</td>
* <td>Direction</td><td>{@link StepNormalizerMode Mode}</td> * <td>Direction</td><td>{@link StepNormalizerMode Mode}</td>

View File

@ -41,7 +41,8 @@ import org.apache.commons.math4.core.jdkmath.JdkMath;
* {@link UniformRandomProvider random generator} may be supplied as a * {@link UniformRandomProvider random generator} may be supplied as a
* constructor argument.</p> * constructor argument.</p>
* <p>Examples: * <p>Examples:
* <table border="1" cellpadding="3" summary="Examples"> * <table border="">
* <caption>Examples</caption>
* <tr><th colspan="3"> * <tr><th colspan="3">
* Input data: (20, 17, 30, 42.3, 17, 50, Double.NaN, Double.NEGATIVE_INFINITY, 17) * Input data: (20, 17, 30, 42.3, 17, 50, Double.NaN, Double.NEGATIVE_INFINITY, 17)
* </th></tr> * </th></tr>

View File

@ -36,7 +36,7 @@ import org.junit.Test;
* href="http://www.netlib.org/minpack/disclaimer">here</a>, for * href="http://www.netlib.org/minpack/disclaimer">here</a>, for
* convenience, it is reproduced below.</p> * convenience, it is reproduced below.</p>
* <table border="0" width="80%" cellpadding="10" align="center" bgcolor="#E0E0E0"> * <table border="" align="center" bgcolor="#E0E0E0">
* <tr><td> * <tr><td>
* Minpack Copyright Notice (1999) University of Chicago. * Minpack Copyright Notice (1999) University of Chicago.
* All rights reserved * All rights reserved

View File

@ -42,7 +42,8 @@ import org.junit.Test;
* href="http://www.netlib.org/minpack/disclaimer">here</a>, for * href="http://www.netlib.org/minpack/disclaimer">here</a>, for
* convenience, it is reproduced below.</p> * convenience, it is reproduced below.</p>
* *
* <table style="text-align: center; background-color: #E0E0E0" border="0" width="80%" cellpadding="10" summary="MINPACK redistribution policy"> * <table style="text-align: center; background-color: #E0E0E0" border="">
* <caption>MINPACK redistribution policy</caption>
* <tr><td> * <tr><td>
* Minpack Copyright Notice (1999) University of Chicago. * Minpack Copyright Notice (1999) University of Chicago.
* All rights reserved * All rights reserved

View File

@ -81,7 +81,8 @@ public class FastHadamardTransform implements RealTransform {
* <li><b>y</b> is the output vector (Fast Hadamard transform of <b>x</b>),</li> * <li><b>y</b> is the output vector (Fast Hadamard transform of <b>x</b>),</li>
* <li>a and b are helper rows.</li> * <li>a and b are helper rows.</li>
* </ol> * </ol>
* <table style="text-align: center" border="1" cellpadding="3" summary="manual calculation for N=8"> * <table style="text-align: center" border="">
* <caption>manual calculation for N=8</caption>
* <tbody style="text-align: center"> * <tbody style="text-align: center">
* <tr> * <tr>
* <th>x</th> * <th>x</th>
@ -173,7 +174,8 @@ public class FastHadamardTransform implements RealTransform {
* <li><em>Algorithm from <a href="http://www.archive.chipcenter.com/dsp/DSP000517F1.html">chipcenter</a>.</em></li> * <li><em>Algorithm from <a href="http://www.archive.chipcenter.com/dsp/DSP000517F1.html">chipcenter</a>.</em></li>
* </ol> * </ol>
* <h3>Visually</h3> * <h3>Visually</h3>
* <table border="1" cellpadding="3" style="text-align: center" summary="chipcenter algorithm"> * <table border="" style="text-align: center">
* <caption>chipcenter algorithm</caption>
* <tbody style="text-align: center"> * <tbody style="text-align: center">
* <tr> * <tr>
* <td></td><th>0</th><th>1</th><th>2</th><th>3</th> * <td></td><th>0</th><th>1</th><th>2</th><th>3</th>