From cc21321ad83e65de6d1a59189fa1cd2a1deffac1 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 4 Feb 2017 19:22:38 +0100 Subject: [PATCH] use a single main page only --- docs/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 25943f96..1022c8cc 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -869,7 +869,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 = README.md +USE_MDFILE_AS_MAINPAGE = @abs_top_srcdir@/README.md #--------------------------------------------------------------------------- # Configuration options related to source browsing