From 40871775044a88662b9593d86a631755ca516bab Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 7 Feb 2011 18:51:50 -0800 Subject: doc: rdoc cleanups and fixes Don't need to document things that aren't ready, yet. --- lib/rainbows/epoll/server.rb | 2 +- lib/rainbows/join_threads.rb | 2 +- lib/rainbows/reverse_proxy.rb | 1 + lib/rainbows/reverse_proxy/multi_thread.rb | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/rainbows/epoll/server.rb b/lib/rainbows/epoll/server.rb index 96b3308..58e7653 100644 --- a/lib/rainbows/epoll/server.rb +++ b/lib/rainbows/epoll/server.rb @@ -1,5 +1,5 @@ # -*- encoding: binary -*- -# :nodoc: +# :enddoc: module Rainbows::Epoll::Server @@nr = 0 Rainbows::Epoll.nr_clients = lambda { @@nr } diff --git a/lib/rainbows/join_threads.rb b/lib/rainbows/join_threads.rb index 6636e7c..ba67c94 100644 --- a/lib/rainbows/join_threads.rb +++ b/lib/rainbows/join_threads.rb @@ -1,5 +1,5 @@ # -*- encoding: binary -*- -# :nodoc: +# :enddoc: # This module only gets loaded on shutdown module Rainbows::JoinThreads diff --git a/lib/rainbows/reverse_proxy.rb b/lib/rainbows/reverse_proxy.rb index d4cd5d2..b96fa47 100644 --- a/lib/rainbows/reverse_proxy.rb +++ b/lib/rainbows/reverse_proxy.rb @@ -1,4 +1,5 @@ # -*- encoding: binary -*- +# :enddoc: require 'socket' require 'thread' require 'uri' diff --git a/lib/rainbows/reverse_proxy/multi_thread.rb b/lib/rainbows/reverse_proxy/multi_thread.rb index 6714bc0..67f7740 100644 --- a/lib/rainbows/reverse_proxy/multi_thread.rb +++ b/lib/rainbows/reverse_proxy/multi_thread.rb @@ -1,4 +1,5 @@ # -*- encoding -*- +# :enddoc: module Rainbows::ReverseProxy::MultiThread def pick_upstream(env) @lock.synchronize { super(env) } -- cgit v1.2.3-24-ge0c7