| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.Drasil.Code.Imperative.Doxygen.Import
Synopsis
- makeDoxConfig :: ProjName -> SoftwareDossierState -> OptimizeChoice -> Verbosity -> Doc
- yes :: Doc
- no :: Doc
Documentation
makeDoxConfig :: ProjName -> SoftwareDossierState -> OptimizeChoice -> Verbosity -> Doc Source #
Renders a Doxygen configuration file.
- Sets the PROJECT_NAME field according to the given name.
- Sets the INPUT field to the header files contained in the given SoftwareDossierState.
- Sets the OPTIMIZE_OUTPUT_JAVA field according to the OptimizeChoice parameter.
- Sets the QUIET field according to the given Verbosity.