idris-1.3.4: Functional Programming Language with Dependent Types
LicenseBSD3
MaintainerThe Idris Community.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Idris.IdrisDoc

Description

 
Synopsis

Documentation

generateDocs Source #

Arguments

:: IState

IState where all necessary information is extracted from.

-> [Name]

List of namespaces to generate documentation for.

-> FilePath

The directory to which documentation will be written.

-> IO (Either String ()) 

Generates HTML documentation for a series of loaded namespaces and their dependencies.