From 5fbd3af10df19621cb0155568d53d49e9fca2fe5 Mon Sep 17 00:00:00 2001 From: Ben Edgington Date: Fri, 12 Feb 2021 20:06:02 +0000 Subject: [PATCH] Add README.md as the main page --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 01e30f9..4d6e30a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -856,7 +856,7 @@ INPUT_ENCODING = UTF-8 # C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f, *.for, *.tcl, *.vhd, # *.vhdl, *.ucf, *.qsf and *.ice. -FILE_PATTERNS = *.c *.h +FILE_PATTERNS = README.md *.c *.h # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. @@ -984,7 +984,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the doxygen output. -USE_MDFILE_AS_MAINPAGE = +USE_MDFILE_AS_MAINPAGE = README.md #--------------------------------------------------------------------------- # Configuration options related to source browsing