summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael McClurg <michael.mcclurg@outlook.com>2022-04-23 17:59:06 -0600
committerAllen Winter <allen.winter@kdab.com>2022-04-24 07:41:06 -0400
commit7f704bd9dd9e76f055456fec39b5d037bfdce697 (patch)
tree4b05a80254c3ddebee341452d1d3442c4029d5a1 /doc
parent7ac64a1047cdc9786e5f9a163159a59c60e831db (diff)
downloadlibical-git-7f704bd9dd9e76f055456fec39b5d037bfdce697.tar.gz
WIP: use README.md copy as doxygen mainpage
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt2
-rw-r--r--doc/Mainpage.dox40
2 files changed, 1 insertions, 41 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index e126e1ed..699913f0 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -18,7 +18,7 @@ set_package_properties(Doxygen PROPERTIES
PURPOSE "Needed to build the API documentation."
)
if(DOXYGEN_FOUND)
- file(GLOB _dox_deps *.dox *.html *.md)
+ file(GLOB _dox_deps *.dox *.html *.md ${CMAKE_SOURCE_DIR}/README.md)
file(GLOB _all_hdrs
${CMAKE_SOURCE_DIR}/src/libical/*.h
${CMAKE_SOURCE_DIR}/src/libical/*.c
diff --git a/doc/Mainpage.dox b/doc/Mainpage.dox
deleted file mode 100644
index 28b43b76..00000000
--- a/doc/Mainpage.dox
+++ /dev/null
@@ -1,40 +0,0 @@
-/*!
-@mainpage Libical - an implementation of iCalendar protocols and data formats
-
-@section about About
-
-Libical is an Open Source implementation of the iCalendar protocols
-and protocol data units. The iCalendar specification describes how
-calendar clients can communicate with calendar servers so users can
-store their calendar data and arrange meetings with other users.
-
-Libical implements RFC5545, RFC5546, RFC7529;
-the CalDav scheduling extensions in RFC6638;
-iCalendar extensions in RFC7986, RFC9073, RFC9074;
-plus the iCalendar iMIP protocol in RFC6047.
-
-For a conceptual overview of the library, see
-[Using Libical](@ref UsingLibical).
-
-@section license License
-
-The code and datafiles in this distribution are licensed under the
-Mozilla Public License (MPL) v2.0. See https://www.mozilla.org/MPL
-for a copy of the license.
-
-Alternately, you may use libical under the terms of the GNU Library
-General Public License (LGPL) v2.1. See https://www.gnu.org/licenses/lgpl-2.1.txt
-for a copy of the license.
-
-This dual license ensures that the library can be incorporated into
-both proprietary code and GPL'd programs, and will benefit from improvements
-made by programmers in both realms. I will only accept changes into
-my version of the library if they are similarly dual-licensed.
-
-@section acknowledgements Acknowledgments
-
-Portions of this distribution are (C) Copyright 1996 Apple Computer,
-Inc., AT&T Corp., International Business Machines Corporation and
-Siemens Rolm Communications Inc. See src/libicalvcal/README.TXT for details.
-
-*/