about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-13 05:41:07 +0000
committerEric Wong <normalperson@yhbt.net>2011-04-13 05:41:07 +0000
commitc1322a721d9039f54da97cf50de49f2affbfff37 (patch)
tree98126d4512566b644d548de6fbe0629db63b1802
parent8c359f50ce8b20dc3d72fe655db9d93c4a8ee7d5 (diff)
downloadunicorn-c1322a721d9039f54da97cf50de49f2affbfff37.tar.gz
It's not needed for users, so avoid confusing them.
Unicorn itself is not intended to be an API, it just
hosts Rack applications.
-rw-r--r--.document1
-rw-r--r--lib/unicorn/http_request.rb3
2 files changed, 2 insertions, 2 deletions
diff --git a/.document b/.document
index 9e0e018..317e36b 100644
--- a/.document
+++ b/.document
@@ -13,7 +13,6 @@ NEWS
 ChangeLog
 LATEST
 lib
-ext/unicorn_http/unicorn_http.c
 unicorn_1
 unicorn_rails_1
 ISSUES
diff --git a/lib/unicorn/http_request.rb b/lib/unicorn/http_request.rb
index 2c52631..e72f571 100644
--- a/lib/unicorn/http_request.rb
+++ b/lib/unicorn/http_request.rb
@@ -1,5 +1,6 @@
 # -*- encoding: binary -*-
-
+# :enddoc:
+# no stable API here
 require 'unicorn_http'
 
 # TODO: remove redundant names