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.Doxygen.Import

Synopsis

Documentation

makeDoxConfig :: ProjName -> GOOLState -> 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 GOOLState.
  • Sets the OPTIMIZE_OUTPUT_JAVA field according to the OptimizeChoice parameter.
  • Sets the QUIET field according to the given Verbosity.

yes :: Doc Source #

Renderings of values commonly used in the configuration file.

no :: Doc Source #

Renderings of values commonly used in the configuration file.