From d1893b539796658a73422393b322727e295bc3ca Mon Sep 17 00:00:00 2001
From: "LEGOLAS\\lenz" <lenz@irmb.tu-bs.de>
Date: Tue, 15 Oct 2019 15:26:24 +0200
Subject: [PATCH] adds link to doxygen documentation

---
 Documentation/doxygen/VF_Doxyfile.dox | 2 +-
 readme.md                             | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/doxygen/VF_Doxyfile.dox b/Documentation/doxygen/VF_Doxyfile.dox
index 205c29c8a..36f2954a2 100644
--- a/Documentation/doxygen/VF_Doxyfile.dox
+++ b/Documentation/doxygen/VF_Doxyfile.dox
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING      = UTF-8
 # title of most generated pages and in a few other places.
 # The default value is: My Project.
 
-PROJECT_NAME           = VirtualFluids
+PROJECT_NAME           = VirtualFluidsCPU
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
 # could be handy for archiving the generated documentation or if some version
diff --git a/readme.md b/readme.md
index 682191a16..a8f086b15 100644
--- a/readme.md
+++ b/readme.md
@@ -34,3 +34,8 @@ VirtualFluidsCPU results files:
 ===============================
 
 VirtualFluidsCPU generates a set of multiple output directories in the prescribed output path. The flow fields can be found in the _mq_ directory. To view the flow fields, it is most conveniant to open the _mq_collection.pvd_ file in Paraview. The _bc_ directory contains the boundary condition information, the _geo_ directory contains information on the geometry of the flow domain and the _blocks_ directory contains the block grid.
+
+Documentation:
+==============
+
+The doxygen generated documentation can be found [here](git.irmb.bau.tu-bs.de/doku/CPU).
-- 
GitLab