haddock

Portabilityportable
Stabilityexperimental
Maintainerhaddock@projects.haskell.org

Haddock.Backends.Xhtml.Utils

Description

 

Synopsis

Documentation

renderToString :: Bool -> Html -> String

namedAnchor :: String -> Html -> Html

Generate a named anchor

linkedAnchor :: String -> Html -> Html

groupId :: String -> String

generate an anchor identifier for a group

(<+>) :: Html -> Html -> Html

char :: Char -> Html

nonEmpty :: (Html -> Html) -> Html -> Html

Make an element that always has at least something (a non-breaking space) If it would have otherwise been empty, then give it the class .empty

keyword :: String -> Html

punctuate :: Html -> [Html] -> [Html]

braces :: Html -> Html

brackets :: Html -> Html

pabrackets :: Html -> Html

parens :: Html -> Html

parenList :: [Html] -> Html

ubxParenList :: [Html] -> Html

arrow :: Bool -> Html

comma :: Html

dcolon :: Bool -> Html

dot :: Html

darrow :: Bool -> Html

equals :: Html

forallSymbol :: Bool -> Html

quote :: Html -> Html

hsep :: [Html] -> Html

collapseSection :: String -> Bool -> String -> [HtmlAttr]

Attributes for an area that can be collapsed

collapseToggle :: String -> [HtmlAttr]

Attributes for an area that toggles a collapsed area

collapseControl :: String -> Bool -> String -> [HtmlAttr]

Attributes for an area that toggles a collapsed area, and displays a control.