Small haddock documentation fix. (Andrea Rossato)
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1407 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
24bf0cfe8c
commit
17a41e6ebc
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ data ListNumberDelim = DefaultDelim
|
|||
| OneParen
|
||||
| TwoParens deriving (Eq, Show, Read, Typeable, Data)
|
||||
|
||||
-- | Attributes.
|
||||
type Attr = (String, [String], [(String, String)]) -- ^ Identifier, classes, key-value pairs
|
||||
-- | Attributes: identifier, classes, key-value pairs
|
||||
type Attr = (String, [String], [(String, String)])
|
||||
|
||||
-- | Block element.
|
||||
data Block
|
||||
|
|
Loading…
Reference in a new issue