Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Wiki
Switching Doxygen versions
"...git@git.iws.uni-stuttgart.de:dumux-repositories/dumux.git" did not exist on "40d9b5ad7c9838b0349ffd28212789dd68cbd166"
Changes
Page history
New page
Templates
Clone repository
Create Switching Doxygen versions
authored
3 years ago
by
Timo Koch
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Switching-Doxygen-versions.md
+10
-0
10 additions, 0 deletions
Switching-Doxygen-versions.md
with
10 additions
and
0 deletions
Switching-Doxygen-versions.md
0 → 100644
View page @
01544d42
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.
\ No newline at end of file
This diff is collapsed.
Click to expand it.