Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 100
    • Issues 100
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 92
    • Merge requests 92
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositoriesdumux-repositories
  • dumuxdumux
  • Issues
  • #1010
Closed
Open
Issue created Apr 07, 2021 by Melanie Lipp@melanielMaintainer

Doxygen for 3.4

Todos:

  • empty doxyerr.log - MR !2558 (merged)
  • Anything interesting to fix in doxygen.log?
  • update parameterlist.txt
  • check correct display of the equations
  • correct linking of the sites (see sanitizelinks.sh for previous fixes)
  • does work on the dumux website as well?
  • does the documentation make sense? spot mistakenly made copy& paste?
  • does doc/doxygen/modules.txt match the folder structure?, check for missing/wrong ingroup

For possible reference of a future doxygen dude: The documentation is built by running make doc in the dumux build folder. One way to switch doxygen versions is to:

  • download the doxygen git repository from https://github.com/doxygen/doxygen.git
  • checkout the branch you want, e.g. Release_1_8_17
  • the first time do: mkdir build, cd build, cmake -G "Unix Makefiles" ..
  • always do in the doxygen build directory: make, sudo make install
  • the first time do: export PATH=/usr/local/bin/doxygen:$PATH
  • delete the dumux build folder and rerun dunecontrol for dumux ./dune-common/bin/dunecontrol --opts=./dumux/cmake.opts --only=dumux all

After Changes in scr/doxygen.cpp delete the build folder an recreate it.

Related MRs: !2586 (merged), !2590 (merged)

Edited May 04, 2021 by Melanie Lipp
Assignee
Assign to
Time tracking