Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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.