doc: avoid documenting internals on RDoc website
commitd3b97d1114e2d23a9231fe889cd5bf6927d451ba
authorEric Wong <normalperson@yhbt.net>
Sat, 10 Jul 2010 08:04:48 +0000 (10 08:04 +0000)
committerEric Wong <normalperson@yhbt.net>
Sat, 10 Jul 2010 08:04:48 +0000 (10 08:04 +0000)
tree6c4d7a033dad1edc91b72a9e7fa36203c60c8116
parent9838b614621bbbff27a91166406d833be85adbbd
doc: avoid documenting internals on RDoc website

Since we suck at building websites, we just rely on RDoc as a
website builder.  And since Rainbows! is an application server
(and not a programming library), our internal API should be of
little interest to end users.

Anybody interested in Rainbows! (or any other project) internals
should be reading the source.
43 files changed:
lib/rainbows.rb
lib/rainbows/actor_spawn.rb
lib/rainbows/app_pool.rb
lib/rainbows/base.rb
lib/rainbows/byte_slice.rb
lib/rainbows/const.rb
lib/rainbows/error.rb
lib/rainbows/ev_core.rb
lib/rainbows/event_machine.rb
lib/rainbows/fiber.rb
lib/rainbows/fiber/base.rb
lib/rainbows/fiber/body.rb
lib/rainbows/fiber/io.rb
lib/rainbows/fiber/queue.rb
lib/rainbows/fiber/rev.rb
lib/rainbows/fiber_pool.rb
lib/rainbows/fiber_spawn.rb
lib/rainbows/http_response.rb
lib/rainbows/http_server.rb
lib/rainbows/max_body.rb
lib/rainbows/never_block.rb
lib/rainbows/never_block/event_machine.rb
lib/rainbows/queue_pool.rb
lib/rainbows/response.rb
lib/rainbows/response/body.rb
lib/rainbows/rev.rb
lib/rainbows/rev/client.rb
lib/rainbows/rev/core.rb
lib/rainbows/rev/deferred_response.rb
lib/rainbows/rev/heartbeat.rb
lib/rainbows/rev/master.rb
lib/rainbows/rev/sendfile.rb
lib/rainbows/rev/thread.rb
lib/rainbows/rev_fiber_spawn.rb
lib/rainbows/rev_thread_pool.rb
lib/rainbows/rev_thread_spawn.rb
lib/rainbows/revactor.rb
lib/rainbows/sendfile.rb
lib/rainbows/tee_input.rb
lib/rainbows/thread_pool.rb
lib/rainbows/thread_spawn.rb
lib/rainbows/writer_thread_pool.rb
lib/rainbows/writer_thread_spawn.rb