From 8feab41219556a8a37d42b2fc7fb2f5bae6faf73 Mon Sep 17 00:00:00 2001 From: Benoit Larroque Date: Sun, 19 Sep 2010 00:59:35 +0200 Subject: [PATCH] Documentation corrections --- lib/opds/opds.rb | 1 + lib/opds/support/browser.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/opds/opds.rb b/lib/opds/opds.rb index f634f31..66c11ce 100644 --- a/lib/opds/opds.rb +++ b/lib/opds/opds.rb @@ -1,3 +1,4 @@ +# Module containing the whole OPDS parsing library module OPDS # Convinience call to Feed.parse_url # @see Feed.parse_url diff --git a/lib/opds/support/browser.rb b/lib/opds/support/browser.rb index 2d1249b..460d1da 100644 --- a/lib/opds/support/browser.rb +++ b/lib/opds/support/browser.rb @@ -53,7 +53,7 @@ def current_location end # Try to discover catalog links at the given url - # @params [String] url to search + # @param [String] url to search # @return [OPDS::Support::LinkSet, false] discovered links def discover(url) go_to(url)