Add Haddock documentation headers

Very minimal -- basically copying the header sections from HaskellNet so
that it's easy to see where the function would belong were it part of
HaskellNet itself.
This commit is contained in:
Daniel P. Wright 2013-08-29 12:13:23 +09:00
parent 440140e859
commit cee0f0dccd
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,6 @@
module Network.HaskellNet.IMAP.SSL module Network.HaskellNet.IMAP.SSL
( connectIMAPSSL ( -- * Establishing connection
connectIMAPSSL
, connectIMAPSSLPort , connectIMAPSSLPort
) where ) where

View File

@ -1,5 +1,6 @@
module Network.HaskellNet.POP3.SSL module Network.HaskellNet.POP3.SSL
( connectPop3SSL ( -- * Establishing connection
connectPop3SSL
, connectPop3SSLPort , connectPop3SSLPort
) where ) where

View File

@ -1,8 +1,10 @@
module Network.HaskellNet.SMTP.SSL module Network.HaskellNet.SMTP.SSL
( connectSMTPSSL ( -- * Establishing connection
connectSMTPSSL
, connectSMTPSSLPort , connectSMTPSSLPort
, connectSMTPSTARTTLS , connectSMTPSTARTTLS
, connectSMTPSTARTTLSPort , connectSMTPSTARTTLSPort
-- * Other Useful Operations
, doSMTPSSL , doSMTPSSL
, doSMTPSSLPort , doSMTPSSLPort
, doSMTPSTARTTLS , doSMTPSTARTTLS