Java doc: Minor formatting tweak

This commit is contained in:
DRC
2024-08-21 13:03:41 -04:00
parent 49f1b5807d
commit 8c2e7306cf
5 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@@ -1402,8 +1402,8 @@ extends java.lang.Object</pre>
<p><b>Value</b> <p><b>Value</b>
<ul> <ul>
<li> One of <a href="#SAMP_444"><code>TJ.SAMP_*</code></a> <i>[no default; must be <li> One of <a href="#SAMP_444"><code>TJ.SAMP_*</code></a> <i>[no default; must be explicitly
explicitly specified for lossy compression, encoding, and decoding]</i> specified for lossy compression, encoding, and decoding]</i>
</ul></div> </ul></div>
<dl> <dl>
<dt><span class="seeLabel">See Also:</span></dt> <dt><span class="seeLabel">See Also:</span></dt>

Binary file not shown.

Binary file not shown.

View File

@@ -499,8 +499,8 @@ public final class TJ {
* *
* <p><b>Value</b> * <p><b>Value</b>
* <ul> * <ul>
* <li> One of {@link TJ#SAMP_444 TJ.SAMP_*} <i>[no default; must be * <li> One of {@link #SAMP_444 TJ.SAMP_*} <i>[no default; must be explicitly
* explicitly specified for lossy compression, encoding, and decoding]</i> * specified for lossy compression, encoding, and decoding]</i>
* </ul> * </ul>
*/ */
public static final int PARAM_SUBSAMP = 4; public static final int PARAM_SUBSAMP = 4;
@@ -534,7 +534,7 @@ public final class TJ {
* *
* <p><b>Value</b> * <p><b>Value</b>
* <ul> * <ul>
* <li> One of {@link TJ#CS_RGB TJ.CS_*} <i>[default for lossy compression: * <li> One of {@link #CS_RGB TJ.CS_*} <i>[default for lossy compression:
* automatically selected based on the subsampling level and pixel * automatically selected based on the subsampling level and pixel
* format]</i> * format]</i>
* </ul> * </ul>