From 86b6099a6a1d0153df6070b24f981f46bc167c86 Mon Sep 17 00:00:00 2001 From: gsinclair Date: Sun, 1 Feb 2004 08:08:49 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/http.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/net') diff --git a/lib/net/http.rb b/lib/net/http.rb index e50a39cf5c..d86a54a3b2 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] - # (()). + # (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 -- cgit v1.2.3