From 968268d623bcd7ac7a7e382aca03c38deb5fc2fa Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Tue, 20 Feb 2018 20:48:02 +0100 Subject: [PATCH] Doxygen: Include README into generated documentation. --- Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index 989edcf..8b2158f 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -792,6 +792,7 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = @CMAKE_HOME_DIRECTORY@/include +INPUT += @CMAKE_HOME_DIRECTORY@/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 @@ -983,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 = @CMAKE_HOME_DIRECTORY@/README.md #--------------------------------------------------------------------------- # Configuration options related to source browsing