diff --git a/Doxyfile b/Doxyfile
index c42c8b6cd219978a7d9be2355c063885dad51bfc..2e16fd1bf640c25b6525245bdafb94f90688cd54 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.