summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \