From 4d87d3b2c6138dc72eecfc95ce21ec9b54d42ff3 Mon Sep 17 00:00:00 2001 From: Hiromi Ishii Date: Mon, 7 Mar 2011 17:04:21 +0900 Subject: [PATCH] Fixed Haddock notation in OAuth --- Web/Authenticate/OAuth.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Web/Authenticate/OAuth.hs b/Web/Authenticate/OAuth.hs index eed98ecb..20f6dc61 100644 --- a/Web/Authenticate/OAuth.hs +++ b/Web/Authenticate/OAuth.hs @@ -1,15 +1,15 @@ {-# LANGUAGE DeriveDataTypeable, OverloadedStrings, StandaloneDeriving #-} {-# OPTIONS_GHC -Wall -fno-warn-orphans #-} module Web.Authenticate.OAuth - ( -- | Data types + ( -- * Data types OAuth(..), SignMethod(..), Credential(..), - -- | Operations for credentials + -- * Operations for credentials emptyCredential, insert, delete, inserts, - -- | Signature + -- * Signature signOAuth, - -- | Url & operation for authentication + -- * Url & operation for authentication authorizeUrl, getAccessToken, getTemporaryCredential, - -- | Utility Methods + -- * Utility Methods paramEncode ) where import Network.HTTP.Enumerator