Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
4067 commits behind the upstream repository.
  • Christian Engwer's avatar
    ab40bdfe
    [cmake] make the doxygen rules more flexible (fix FS#1675) · ab40bdfe
    Christian Engwer authored
    The add_doxygen_target macro now takes optional parameters:
    TARGET [name] : overwrite the target appendix, default is the module name
    DEPENDS [list] : add a list of further dependencies for doxygen.
                                   This list might include mainpage.txt
    OUTPUT [name] : change the name of the output target; necessary if you don't generate html.
    ab40bdfe
    History
    [cmake] make the doxygen rules more flexible (fix FS#1675)
    Christian Engwer authored
    The add_doxygen_target macro now takes optional parameters:
    TARGET [name] : overwrite the target appendix, default is the module name
    DEPENDS [list] : add a list of further dependencies for doxygen.
                                   This list might include mainpage.txt
    OUTPUT [name] : change the name of the output target; necessary if you don't generate html.
DuneDoxygen.cmake 4.52 KiB