From 2e7ac0316deb5cf27a83e8337d21feed0b768ddd Mon Sep 17 00:00:00 2001
From: Viktor <klochkov44@gmail.com>
Date: Fri, 21 Sep 2018 11:19:49 +0200
Subject: [PATCH] add main page to Doxygen

---
 Doxyfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index c42c8b6..2e16fd1 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -792,7 +792,8 @@ WARN_LOGFILE           =
 
 INPUT                  = ./src \
                          ./macro \
-                         ./glauber
+                         ./glauber \
+                         ./README.md
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -860,7 +861,8 @@ FILE_PATTERNS          = *.c \
                          *.vhd \
                          *.vhdl \
                          *.ucf \
-                         *.qsf
+                         *.qsf \
+                         *.md
 
 # The RECURSIVE tag can be used to specify whether or not subdirectories should
 # be searched for input files as well.
-- 
GitLab