summaryrefslogtreecommitdiff
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
parent2808deec617747531b46a659f750197e6bee5274 (diff)
downloadlibical-git-393273f73b8e25881601c700f1392bc379e3396d.tar.gz
Avoid {#mainpage} in readme
-rw-r--r--README.md2
-rw-r--r--doc/Doxyfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46699a3d..ab0531c2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Libical — an implementation of iCalendar protocols and data formats {#mainpage}
+# Libical — an implementation of iCalendar protocols and data formats
[![Appveyor status](https://ci.appveyor.com/api/projects/status/github/libical/libical?branch=master?svg=true)](https://ci.appveyor.com/api/projects/status/github/libical/libical)
[![Packaging status](https://repology.org/badge/tiny-repos/libical.svg)](https://repology.org/metapackage/libical)
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 \