| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Development.IDE.Spans.Documentation
Documentation
Arguments
| :: HasSrcSpan name | |
| => [ParsedModule] | All of the possible modules it could be defined in. | 
| -> name | The name you want documentation for. | 
| -> [Text] | 
getDocumentationTryGhc :: HscEnv -> Module -> [ParsedModule] -> Name -> IO SpanDoc Source #
getDocumentationsTryGhc :: HscEnv -> Module -> [ParsedModule] -> [Name] -> IO [SpanDoc] Source #
mkDocMap :: HscEnv -> [ParsedModule] -> RefMap -> TcGblEnv -> IO DocAndKindMap Source #