From b4e0ba77860493d698d90901c604ed217558889a Mon Sep 17 00:00:00 2001
From: Sina Ackermann <sina.ackermann@iws.uni-stuttgart.de>
Date: Mon, 7 Oct 2019 18:06:57 +0200
Subject: [PATCH] [doxygen] Refer to doxygen instructions in the styleguide

---
 doc/styleguide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/styleguide.md b/doc/styleguide.md
index 1670b216e8..632c8f671e 100644
--- a/doc/styleguide.md
+++ b/doc/styleguide.md
@@ -27,7 +27,7 @@ This style guide is taken, modified and enhanced from [DUNE](https://dune-projec
     //! \todo Please doc me!
     ```
 
-* We use Doxygen to generate documentation from the source code
+* We use Doxygen to generate documentation from the source code. Detailed instructions can be found [here](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/blob/master/dox/doxygen/README.md).
 
     ```c++
     int lineOfCode = 1; // Short comment on line of code 1 that will _not_ show in doxygen
-- 
GitLab