This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push: new fe5a92ca Javadoc fe5a92ca is described below commit fe5a92ca033c68da124b4f9d8ea4edf937047fb3 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 22 16:05:40 2025 -0500 Javadoc - Add entry for newer class - Fix class name reference - Remove extra whitespace --- src/main/javadoc/overview.html | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html index 5ec4bad4..7120e1ba 100644 --- a/src/main/javadoc/overview.html +++ b/src/main/javadoc/overview.html @@ -118,8 +118,8 @@ <td>The libc crypt() "$1$" and Apache "$apr1$" MD5-based hash algorithm.</td> </tr> <tr> - <td><a href="org/apache/commons/codec/digest/MurmurHash1.html">MurmurHash1</a></td> - <td>Implementation of the MurmurHash1 32-bit and 64-bit hash functions.</td> + <td><a href="org/apache/commons/codec/digest/MurmurHash2.html">MurmurHash2</a></td> + <td>Implementation of the MurmurHash2 32-bit and 64-bit hash functions.</td> </tr> <tr> <td><a href="org/apache/commons/codec/digest/MurmurHash3.html">MurmurHash3</a></td> @@ -153,31 +153,35 @@ <table> <caption>Language Encoders</caption> <tr> - <td><a href="org/apache/commons/codec/language/Caverphone1.html">Caverphone 1.0 </a></td> + <td><a href="org/apache/commons/codec/language/Caverphone1.html">Caverphone 1.0</a></td> <td>Encodes a string into a Caverphone 1.0 value.</td> </tr> <tr> - <td><a href="org/apache/commons/codec/language/Caverphone2.html">Caverphone 2.0 </a></td> + <td><a href="org/apache/commons/codec/language/Caverphone2.html">Caverphone 2.0</a></td> <td>Encodes a string into a Caverphone 2.0 value.</td> </tr> <tr> - <td><a href="org/apache/commons/codec/language/ColognePhonetic.html">Cologne Phonetic </a></td> + <td><a href="org/apache/commons/codec/language/ColognePhonetic.html">Cologne Phonetic</a></td> <td>Encodes a string into a Cologne Phonetic value.</td> </tr> <tr> - <td><a href="org/apache/commons/codec/language/DoubleMetaphone.html">Double Metaphone </a></td> + <td><a href="org/apache/commons/codec/language/DaitchMokotoffSoundex.html">Daitch-Mokotoff Soundex</a></td> + <td>Encodes a string into a Daitch-Mokotoff Soundex value.</td> + </tr> + <tr> + <td><a href="org/apache/commons/codec/language/DoubleMetaphone.html">Double Metaphone</a></td> <td>Encodes a string into a double metaphone value.</td> </tr> <tr> - <td><a href="org/apache/commons/codec/language/Metaphone.html">Metaphone </a></td> + <td><a href="org/apache/commons/codec/language/Metaphone.html">Metaphone</a></td> <td>Encodes a string into a Metaphone value.</td> </tr> <tr> - <td><a href="org/apache/commons/codec/language/RefinedSoundex.html">Refined Soundex </a></td> + <td><a href="org/apache/commons/codec/language/RefinedSoundex.html">Refined Soundex</a></td> <td>Encodes a string into a Refined Soundex value.</td> </tr> <tr> - <td><a href="org/apache/commons/codec/language/Soundex.html">Soundex </a></td> + <td><a href="org/apache/commons/codec/language/Soundex.html">Soundex</a></td> <td>Encodes a string into a Soundex value.</td> </tr> </table> @@ -187,28 +191,28 @@ <table> <caption>Network Encoders</caption> <tr> - <td><a href="org/apache/commons/codec/net/BCodec.html"> BCodec </a></td> + <td><a href="org/apache/commons/codec/net/BCodec.html">BCodec</a></td> <td>Identical to the Base64 encoding defined by <a href="https://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> and allows a character set to be specified. </td> </tr> <tr> - <td><a href="org/apache/commons/codec/net/PercentCodec.html"> PercentCodec </a></td> + <td><a href="org/apache/commons/codec/net/PercentCodec.html">PercentCodec</a></td> <td>Implements the Percent-Encoding scheme, as described in HTTP 1.1 specification.</td> </tr> <tr> - <td><a href="org/apache/commons/codec/net/QCodec.html"> QCodec </a></td> + <td><a href="org/apache/commons/codec/net/QCodec.html">QCodec</a></td> <td>Similar to the Quoted-Printable content-transfer-encoding defined in <a href="https://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> and designed to allow text containing mostly ASCII characters to be decipherable on an ASCII terminal without decoding. </td> </tr> <tr> - <td><a href="org/apache/commons/codec/net/QuotedPrintableCodec.html"> QuotedPrintableCodec </a></td> + <td><a href="org/apache/commons/codec/net/QuotedPrintableCodec.html">QuotedPrintableCodec</a></td> <td>Codec for the Quoted-Printable section of <a href="https://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> . </td> </tr> <tr> - <td><a href="org/apache/commons/codec/net/URLCodec.html"> URLCodec </a></td> + <td><a href="org/apache/commons/codec/net/URLCodec.html">URLCodec</a></td> <td>Implements the <code>www-form-urlencoded</code> encoding scheme, also misleadingly known as URL encoding. </td> </tr>