drasil-code-0.1.9.0: A framework for code and document generation for scientific software - Code SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Drasil.Code.Imperative.GOOL.LanguageRenderer.LanguagePolymorphic

Synopsis

Common Syntax

doxConfig :: (AuxiliarySym r, Applicative r) => r Doc -> String -> SoftwareDossierState -> Verbosity -> r FileAndContents Source #

Defines a Doxygen configuration file.

readMe :: Applicative r => ReadMeInfo -> r FileAndContents Source #

Defines a markdown file.

doxDocConfig :: DocConfig Source #

A DocConfig for Doxygen documentation.

docIfEnabled :: [Comments] -> DocConfig -> Maybe DocConfig Source #

Returns Nothing if no comments are enabled.