Skip to content

Commit a4a1ac3

Browse files
committed
Match up with Javadoc. More to do...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1080863 13f79535-47bb-0310-9956-ffa450edef68
1 parent dc8e8b1 commit a4a1ac3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/site/xdoc/userguide.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,21 @@
2727
<!-- ================================================== -->
2828
<section name="User guide">
2929
<p>
30-
Codec is comprised of a modest set of utilities and a
31-
simple framework for encoding and decoding both textual and binary data.
30+
Codec is comprised of a set of utilities and a
31+
simple framework for encoding and decoding text and binary data.
3232
</p>
3333

3434
<subsection name="Binary Encoders">
35+
<p>Interfaces and classes used by the various implementations in the sub-packages.
36+
</p>
3537
<table>
3638
<tr>
3739
<td width="150">
3840
<a href="apidocs/org/apache/commons/codec/binary/Base64.html">
3941
Base64</a>
4042
</td>
4143
<td>
42-
Provides Base64 content-transfer-encoding as defined in
44+
Provides Base64 encoding and decoding as defined by
4345
<a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>. This
4446
encoder can optionally create 76 character chunked output
4547
for strict adherence to RFC 2045.

0 commit comments

Comments
 (0)