From 02c0bdb3439e13e70dc17a8644d73dc0f6982514 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 3 Jun 2020 12:42:59 +0200 Subject: [PATCH] use readme as main file --- documentation/CMakeLists.txt | 4 ---- documentation/Doxyfile | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt index c9afddd..064d295 100644 --- a/documentation/CMakeLists.txt +++ b/documentation/CMakeLists.txt @@ -4,10 +4,6 @@ project(GreeterDocumentation LANGUAGES CXX ) -# --- Import tools ---- - -include(../cmake/tools.cmake) - # ---- Dependencies ---- include(../cmake/CPM.cmake) diff --git a/documentation/Doxyfile b/documentation/Doxyfile index d27f561..4d4ad53 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -823,7 +823,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = @CMAKE_CURRENT_LIST_DIR@/../include +INPUT = @CMAKE_CURRENT_LIST_DIR@/../README.md @CMAKE_CURRENT_LIST_DIR@/../include # 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 @@ -1020,7 +1020,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_LIST_DIR@/../README.md #--------------------------------------------------------------------------- # Configuration options related to source browsing