summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael McClurg <michael.mcclurg@outlook.com>2022-06-08 22:22:13 -0600
committerAllen Winter <allen.winter@kdab.com>2022-06-09 07:37:38 -0400
commit393273f73b8e25881601c700f1392bc379e3396d (patch)
tree2e3dbcdfbef83d5e969ff017e4fca09c7d99637c /doc
parent2808deec617747531b46a659f750197e6bee5274 (diff)
downloadlibical-git-393273f73b8e25881601c700f1392bc379e3396d.tar.gz
Avoid {#mainpage} in readme
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Doxyfile.cmake b/doc/Doxyfile.cmake
index 9367f7e7..123fc512 100644
--- a/doc/Doxyfile.cmake
+++ b/doc/Doxyfile.cmake
@@ -81,6 +81,7 @@ WARN_LOGFILE = doxygen.log
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = @DOXYGEN_INPUT@
+USE_MDFILE_AS_MAINPAGE = README.md
FILE_PATTERNS = *.cpp \
*.c \
*.cc \