ghcide-0.7.5.0: The core of an IDE
Safe HaskellNone
LanguageHaskell2010

Development.IDE.Spans.Documentation

Documentation

getDocumentation Source #

Arguments

:: HasSrcSpan name 
=> [ParsedModule]

All of the possible modules it could be defined in.

-> name

The name you want documentation for.

-> [Text]