From 75637d72ef96422d3c5623875e154c1782ead970 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 11 Jan 2015 00:57:47 +0300 Subject: [PATCH] Make README.md doxygen mainpage --- Doxyfile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index 29d2d4b..82d11d7 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -753,7 +753,8 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = @CMAKE_CURRENT_SOURCE_DIR@/SDL2pp +INPUT = @CMAKE_CURRENT_SOURCE_DIR@/SDL2pp \ + @CMAKE_CURRENT_SOURCE_DIR@/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 @@ -889,7 +890,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 = @CMAKE_CURRENT_SOURCE_DIR@/README.md #--------------------------------------------------------------------------- # Configuration options related to source browsing