about summary refs log tree commit homepage
path: root/lib/local_openid.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/local_openid.rb')
-rw-r--r--lib/local_openid.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/local_openid.rb b/lib/local_openid.rb
index 34ff753..3d87d5f 100644
--- a/lib/local_openid.rb
+++ b/lib/local_openid.rb
@@ -2,7 +2,7 @@
 # a YAML file on the server where this application runs
 # (~/.local-openid/config.yml by default) instead of via HTTP/HTTPS
 # form authentication in the browser.
-
+#:stopdoc:
 require 'tempfile'
 require 'time'
 require 'yaml'
@@ -299,3 +299,4 @@ class LocalOpenID < Sinatra::Base
       err("Lock: #{lock} exists! Possible hijacking attempt") rescue nil
   end
 end
+#:startdoc: