| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Drasil.Meta.Analysis.DataPrinters.HTML
Synopsis
- mkhtmlTitle :: String -> String
- mkhtmlHeader :: [String] -> String
- mkhtmlEmptyCell :: Int -> String
- mkhtmlRow :: [String] -> String
- htmlDataTableTitle :: String
- htmlConfig :: String
- htmlEnd :: String
Documentation
mkhtmlTitle :: String -> String Source #
Adds all of the required html syntax to generate the title files.
mkhtmlHeader :: [String] -> String Source #
Similar to mkhtmlTitle, but the given list of strings must already be split into their respective cells.
mkhtmlEmptyCell :: Int -> String Source #
Fills in the given number of html cells in a row with empty cells.
mkhtmlRow :: [String] -> String Source #
Adds all required html syntax for creating a normal html table row.
htmlDataTableTitle :: String Source #
HTML housekeeping
htmlConfig :: String Source #
HTML housekeeping