Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 89
    • Merge requests 89
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositories
  • dumuxdumux
  • Merge requests
  • !1387

Cleanup/doxygen for 3.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Simon Emmert requested to merge cleanup/doxygen-for-3.0 into master Dec 06, 2018
  • Overview 13
  • Commits 2
  • Changes 20

This is the second part where we eliminate most errors and warnings produced from doxygen.

Be aware that I included one commit that changes the forward declaration of the 2p2c sequential fvpressure.hh etc. They were producing a lot of warnings because the only the types but not the arguments were declared and therefor only the types did show up in Doxygen. I am not sure if this is the desired solution, but I could not think of anything else. For me it looks like it does not change anything. Doxygen seems to have some issues with forward declaration in general. So if this is not the desired solution we can go back and just live with the warnings until we change the sequential things anyways.

@timok, @becker, @bernd what do you think? Can we simply extend these declarations like I did or can this be a problem?

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: cleanup/doxygen-for-3.0