haddock

Portabilityportable
Stabilityexperimental
Maintainerhaddock@projects.haskell.org

Haddock.Backends.Xhtml.Layout

Description

 

Documentation

miniBody :: Html -> Html

divPackageHeader :: Html -> Html

divContent :: Html -> Html

divModuleHeader :: Html -> Html

divFooter :: Html -> Html

divTableOfContents :: Html -> Html

divDescription :: Html -> Html

divSynposis :: Html -> Html

divInterface :: Html -> Html

divIndex :: Html -> Html

divAlphabet :: Html -> Html

divModuleList :: Html -> Html

sectionName :: Html -> Html

shortDeclList :: [Html] -> Html

shortSubDecls :: [Html] -> Html

divTopDecl :: Html -> Html

type SubDecl = (Html, Maybe (Doc DocName), [Html])

subArguments :: Qualification -> [SubDecl] -> Html

subAssociatedTypes :: [Html] -> Html

subConstructors :: Qualification -> [SubDecl] -> Html

subFields :: Qualification -> [SubDecl] -> Html

subInstances :: Qualification -> String -> [SubDecl] -> Html

subMethods :: [Html] -> Html

topDeclElem :: LinksInfo -> SrcSpan -> DocName -> Html -> Html

declElem :: Html -> Html