summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Native.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-21 09:00:05 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-21 09:00:05 -0800
commitbfbc2898714e026a7fb58a7de78df3759c4551db (patch)
treea1f150f6da6e1e989be3fc3a33a0cf9f9e7a3f49 /src/Text/Pandoc/Readers/Native.hs
parent9bb5b54102d06fa67961a8c344aa30d3905c3d67 (diff)
Haddock comment improvements.
Diffstat (limited to 'src/Text/Pandoc/Readers/Native.hs')
-rw-r--r--src/Text/Pandoc/Readers/Native.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Native.hs b/src/Text/Pandoc/Readers/Native.hs
index 123ac561d..2c6fcc6e6 100644
--- a/src/Text/Pandoc/Readers/Native.hs
+++ b/src/Text/Pandoc/Readers/Native.hs
@@ -25,7 +25,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Stability : alpha
Portability : portable
-Conversion of native 'Pandoc' formatted text to a 'Pandoc' document.
+Conversion of a string representation of a pandoc type (@Pandoc@,
+@[Block]@, @Block@, @[Inline]@, or @Inline@) to a @Pandoc@ document.
-}
module Text.Pandoc.Readers.Native ( readNative ) where