about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn/const.rb')
-rw-r--r--lib/unicorn/const.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 8a65a54..c65c242 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -1,5 +1,6 @@
 # -*- encoding: binary -*-
 
+# :enddoc:
 # Frequently used constants when constructing requests or responses.
 # Many times the constant just refers to a string with the same
 # contents.  Using these constants gave about a 3% to 10% performance