gendocs-0.1.2: Library for generating interface documentation from types

Safe HaskellNone
LanguageHaskell2010

Data.Docs.ToMarkdown

Synopsis

Documentation

markdown :: (ToJSON a, Docs a, Sample a) => Proxy a -> Text Source #

Generate markdown documentation

example :: ToJSON a => a -> [Text] Source #

type URL = Text Source #

type CellWidth = Int Source #

Tables

table :: [Text] -> [[Text]] -> [Text] Source #