Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Doc fix for Haddock 2.x
Browse files Browse the repository at this point in the history
darcs-hash:20090115005305-62b54-cf827ea6d403bac9404fb5082c6a66696faf2ba2.gz
  • Loading branch information
depressed-pho committed Jan 15, 2009
1 parent 58bf081 commit 78e1a9d
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions OpenSSL.hsc
Expand Up @@ -8,8 +8,8 @@
--
-- Features that aren't (yet) supported:
--
-- [/TLS\/SSL network connection/] ssl(3) functionalities aren't
-- fully covered yet.
-- [/SSL network connection/] ssl(3) functionalities aren't fully
-- covered yet. See "OpenSSL.Session".
--
-- [/Complete coverage of Low-level API to symmetric ciphers/] Only
-- high-level APIs (EVP and BIO) are fully available. But I believe
Expand All @@ -28,7 +28,7 @@
-- [/Low-level API to message digest functions/] Just use EVP
-- instead of something like @MD5_Update@.
--
-- [/API to PKCS\#12 functionality/] It should be covered someday.
-- [/API to PKCS#12 functionality/] It should be covered someday.
--
-- [/BIO/] BIO isn't needed because we are Haskell hackers. Though
-- HsOpenSSL itself uses BIO internally.
Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/BN.hsc
Expand Up @@ -2,7 +2,7 @@

#include "HsOpenSSL.h"

-- #prune
{-# OPTIONS_HADDOCK prune #-}

-- |BN - multiprecision integer arithmetics

Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/DSA.hsc
@@ -1,6 +1,6 @@
{- -*- haskell -*- -}

-- #prune
{-# OPTIONS_HADDOCK prune #-}

-- | The Digital Signature Algorithm (FIPS 186-2).
-- See <http://www.openssl.org/docs/crypto/dsa.html>
Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/EVP/Cipher.hsc
@@ -1,6 +1,6 @@
{- -*- haskell -*- -}

-- #prune
{-# OPTIONS_HADDOCK prune #-}

-- |An interface to symmetric cipher algorithms.

Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/EVP/Digest.hsc
@@ -1,6 +1,6 @@
{- -*- haskell -*- -}

-- #prune
{-# OPTIONS_HADDOCK prune #-}

-- |An interface to message digest algorithms.

Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/EVP/PKey.hsc
@@ -1,6 +1,6 @@
{- -*- haskell -*- -}

-- #prune
{-# OPTIONS_HADDOCK prune #-}

-- |An interface to asymmetric cipher keypair.

Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/RSA.hsc
@@ -1,6 +1,6 @@
{- -*- haskell -*- -}

-- #prune
{-# OPTIONS_HADDOCK prune #-}

-- |An interface to RSA public key generator.

Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/X509.hsc
@@ -1,6 +1,6 @@
{- -*- haskell -*- -}

-- #prune
{-# OPTIONS_HADDOCK prune #-}

-- |An interface to X.509 certificate.

Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/X509/Request.hsc
@@ -1,6 +1,6 @@
{- -*- haskell -*- -}

-- #prune
{-# OPTIONS_HADDOCK prune #-}

-- |An interface to PKCS#10 certificate request.

Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/X509/Revocation.hsc
@@ -1,6 +1,6 @@
{- -*- haskell -*- -}

-- #prune
{-# OPTIONS_HADDOCK prune #-}

-- |An interface to Certificate Revocation List.

Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/X509/Store.hsc
@@ -1,6 +1,6 @@
{- -*- haskell -*- -}

-- #prune
{-# OPTIONS_HADDOCK prune #-}

-- |An interface to X.509 certificate store.

Expand Down

0 comments on commit 78e1a9d

Please sign in to comment.