summaryrefslogtreecommitdiffstats
path: root/lib/net
diff options
context:
space:
mode:
authorgsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-01 08:08:49 +0000
committergsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-01 08:08:49 +0000
commit33f86643476d2328e0b8c3208c0678658281acd2 (patch)
tree38d96e7cbe6713a4cf90ea44efecedbb162e3970 /lib/net
parent1fe9dc82c0cf05028d55271cf78ce1c0ac02c4f3 (diff)
* lib/test/unit.rb: rearranged documentation for RDoc's sake.
* lib/matrix.rb: improved documentation. * lib/net/http.rb: slight documentation formatting improvement. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/http.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index e50a39cf5..d86a54a3b 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -14,7 +14,7 @@
# modify this program under the same terms of ruby itself ---
# Ruby Distribution License or GNU General Public License.
#
-# See Net:::HTTP for an overview and examples.
+# See Net::HTTP for an overview and examples.
#
# NOTE: You can find Japanese version of this document here:
# http://www.ruby-lang.org/ja/man/?cmd=view;name=net%2Fhttp.rb
@@ -39,7 +39,7 @@ module Net # :nodoc:
# This library provides your program functions to access WWW
# documents via HTTP, Hyper Text Transfer Protocol version 1.1.
# For details of HTTP, refer [RFC2616]
- # ((<URL:http://www.ietf.org/rfc/rfc2616.txt>)).
+ # (http://www.ietf.org/rfc/rfc2616.txt).
#
# == Examples
#
@@ -1787,10 +1787,10 @@ module Net # :nodoc:
end
- # :enddoc:
+ # :stopdoc:
- #--
# for backward compatibility
+
class HTTP
ProxyMod = ProxyDelta
end