Skip to content

Commit

Permalink
Make javadoc output fully html5 compliant.
Browse files Browse the repository at this point in the history
  • Loading branch information
weisners committed Jan 10, 2022
1 parent a935882 commit 806e383
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@
</goals>
</execution>
</executions>
<configuration>
<doclint>all</doclint>
</configuration>
</plugin>

<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* This encoding can represent 1024 values from 0 to 255. The smallest non-zero value that can be represented is 1/64.
* The provided precision is not uniform but is different for different value ranges as shown in the following:
*
* <table summary="Encoding speed values">
* <table>
* <tr><th>Exponent </th> <th>Range </th> <th>Precision </th></tr>
* <tr><td>0 </td> <td>0-2 </td> <td> 1/64 </td></tr>
* <tr><td>1 </td> <td>2-4 </td> <td> 1/64 </td></tr>
Expand All @@ -33,6 +33,7 @@
* <tr><td>5 </td> <td>32-64 </td> <td> 1/4 </td></tr>
* <tr><td>6 </td> <td>64-128 </td> <td> 1/2 </td></tr>
* <tr><td>7 </td> <td>128-255 </td> <td> 1 </td></tr>
* <caption>Encoding speed values</caption>
* </table>
*/

Expand Down

0 comments on commit 806e383

Please sign in to comment.