From 6411add3f1a5aae5f2e0dcd73cd842500d21e9fd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 18 Apr 2011 15:53:08 -0700 Subject: documentation cleanup/reduction Don't clutter up our RDoc/website with things that users of Unicorn don't need to see. This should make user-relevant documentation easier to find, especially since Unicorn is NOT intended to be an API. --- lib/unicorn/app/exec_cgi.rb | 2 +- lib/unicorn/app/inetd.rb | 3 +-- lib/unicorn/app/old_rails.rb | 1 + lib/unicorn/app/old_rails/static.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/unicorn/app') diff --git a/lib/unicorn/app/exec_cgi.rb b/lib/unicorn/app/exec_cgi.rb index ac16755..232b681 100644 --- a/lib/unicorn/app/exec_cgi.rb +++ b/lib/unicorn/app/exec_cgi.rb @@ -1,5 +1,5 @@ # -*- encoding: binary -*- - +# :enddoc: require 'unicorn' module Unicorn::App diff --git a/lib/unicorn/app/inetd.rb b/lib/unicorn/app/inetd.rb index 2cc280c..2a212a2 100644 --- a/lib/unicorn/app/inetd.rb +++ b/lib/unicorn/app/inetd.rb @@ -1,10 +1,9 @@ # -*- encoding: binary -*- - +# :enddoc: # Copyright (c) 2009 Eric Wong # You can redistribute it and/or modify it under the same terms as Ruby. # this class *must* be used with Rack::Chunked - module Unicorn::App class Inetd < Struct.new(:cmd) diff --git a/lib/unicorn/app/old_rails.rb b/lib/unicorn/app/old_rails.rb index e674d78..5f04ce7 100644 --- a/lib/unicorn/app/old_rails.rb +++ b/lib/unicorn/app/old_rails.rb @@ -1,5 +1,6 @@ # -*- encoding: binary -*- +# :enddoc: # This code is based on the original Rails handler in Mongrel # Copyright (c) 2005 Zed A. Shaw # Copyright (c) 2009 Eric Wong diff --git a/lib/unicorn/app/old_rails/static.rb b/lib/unicorn/app/old_rails/static.rb index 13a435e..1d53717 100644 --- a/lib/unicorn/app/old_rails/static.rb +++ b/lib/unicorn/app/old_rails/static.rb @@ -1,5 +1,5 @@ # -*- encoding: binary -*- - +# :enddoc: # This code is based on the original Rails handler in Mongrel # Copyright (c) 2005 Zed A. Shaw # Copyright (c) 2009 Eric Wong -- cgit v1.2.3-24-ge0c7