From 1dd25dc94ae223c0fa73d16f3a4bc9f3e75d9532 Mon Sep 17 00:00:00 2001 From: "LEGOLAS\\lenz" <lenz@irmb.tu-bs.de> Date: Tue, 15 Oct 2019 15:32:01 +0200 Subject: [PATCH] adds link to doxygen documentation --- Documentation/doxygen/VF_Doxyfile.dox | 2 +- readme.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/doxygen/VF_Doxyfile.dox b/Documentation/doxygen/VF_Doxyfile.dox index 205c29c8a..fdf0cf6b8 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 = VirtualFluidsGPU # 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 2e4dc6489..5faa0ba39 100644 --- a/readme.md +++ b/readme.md @@ -53,4 +53,9 @@ Option 1: 2. go to line 83 to switch ON/OFF VF_DOUBLE_ACCURACY Option 2: -Check/uncheck the item VF_DOUBLE_ACCURACY in CMake. \ No newline at end of file +Check/uncheck the item VF_DOUBLE_ACCURACY in CMake. + +Documentation: +============== + +The doxygen generated documentation can be found [here](git.irmb.bau.tu-bs.de/doku/GPU). \ No newline at end of file -- GitLab