futhark-0.19.4: An optimising compiler for a functional, array-oriented language.
Safe HaskellNone
LanguageHaskell2010

Futhark.Doc.Generator

Description

The core logic of futhark doc.

Synopsis

Documentation

renderFiles :: [FilePath] -> Imports -> ([(FilePath, Html)], Warnings) Source #

renderFiles important_imports imports produces HTML files documenting the type-checked program imports, with the files in important_imports considered most important. The HTML files must be written to the specific locations indicated in the return value, or the relative links will be wrong.