Home
last modified time | relevance | path

Searched refs:markupHeader (Results 1 – 11 of 11) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haddock-library-1.10.0/src/Documentation/Haddock/
H A DMarkup.hs35 markup m (DocHeader (Header l t)) = markupHeader m (Header l (markup m t))
66 markupHeader = DocHeader, function
97 markupHeader = \(Header _ title) -> title, function
H A DTypes.hs259 , markupHeader :: Header a -> a function
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-library/src/Documentation/Haddock/
H A DMarkup.hs35 markup m (DocHeader (Header l t)) = markupHeader m (Header l (markup m t))
66 markupHeader = DocHeader, function
97 markupHeader = \(Header _ title) -> title, function
H A DTypes.hs259 , markupHeader :: Header a -> a function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/haddock-library-1.10.0/src/Documentation/Haddock/
H A DMarkup.hs35 markup m (DocHeader (Header l t)) = markupHeader m (Header l (markup m t))
66 markupHeader = DocHeader, function
97 markupHeader = \(Header _ title) -> title, function
H A DTypes.hs259 , markupHeader :: Header a -> a function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/haddock-library-1.9.0/src/Documentation/Haddock/
H A DMarkup.hs35 markup m (DocHeader (Header l t)) = markupHeader m (Header l (markup m t))
66 markupHeader = DocHeader, function
97 markupHeader = \(Header _ title) -> title, function
H A DTypes.hs253 , markupHeader :: Header a -> a function
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/
H A DDocMarkup.hs77 markupHeader = \(Header l t) -> makeHeader l t, function
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/
H A DHoogle.hs346 markupHeader = \(Header l h) -> box (TagInline $ "h" ++ show l) h, function
H A DLaTeX.hs1231 , markupHeader = \(Header l h) p -> blockElem (header l (h p empty)) function