From d5d67f9657e1a9c29e3a017069c6f0a7dde9a6ad Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Mon, 4 Jan 2010 02:27:24 +0000 Subject: Updated haddocks for changes in Meta type. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1794 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Text/Pandoc/Definition.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Text') diff --git a/src/Text/Pandoc/Definition.hs b/src/Text/Pandoc/Definition.hs index 18af11b7f..76d8712a0 100644 --- a/src/Text/Pandoc/Definition.hs +++ b/src/Text/Pandoc/Definition.hs @@ -35,10 +35,9 @@ import Data.Generics data Pandoc = Pandoc Meta [Block] deriving (Eq, Read, Show, Typeable, Data) --- | Bibliographic information for the document: title (list of 'Inline'), --- authors (list of strings), date (string). +-- | Bibliographic information for the document: title, authors, date. data Meta = Meta [Inline] -- title - [[Inline]] -- authors + [[Inline]] -- list of authors [Inline] -- date deriving (Eq, Show, Read, Typeable, Data) -- cgit v1.2.3