summaryrefslogtreecommitdiff
path: root/src/libicalss
diff options
context:
space:
mode:
authorMichael McClurg <michael.mcclurg@outlook.com>2020-07-08 17:25:37 -0600
committerMichael McClurg <michael.mcclurg@outlook.com>2020-07-18 12:00:53 -0600
commitec5695a17a5f3cdba1382aa3eefa3c445063e657 (patch)
tree087878d8b33d053480508652a7188ad45f6e4512 /src/libicalss
parenta6c76ace1e09e24d5d03f59a92f9e93ec63deb1b (diff)
downloadlibical-git-ec5695a17a5f3cdba1382aa3eefa3c445063e657.tar.gz
Add missing, remove duplicate Doxygen files
Diffstat (limited to 'src/libicalss')
-rw-r--r--src/libicalss/icalcalendar.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/libicalss/icalcalendar.h b/src/libicalss/icalcalendar.h
index 4ea0a7c6..ac424be0 100644
--- a/src/libicalss/icalcalendar.h
+++ b/src/libicalss/icalcalendar.h
@@ -25,11 +25,14 @@
#include "libical_icalss_export.h"
#include "icalset.h"
-/* icalcalendar
- * Routines for storing calendar data in a file system. The calendar
- * has two icaldirsets, one for incoming components and one for booked
- * components. It also has interfaces to access the free/busy list
- * and a list of calendar properties */
+/** @file icalcalendar.h
+ *
+ * @brief Routines for storing calendar data in a file system.
+ *
+ * The calendar has two icaldirsets, one for incoming components and one for
+ * booked components. It also has interfaces to access the free/busy list and a
+ * list of calendar properties
+ */
typedef struct icalcalendar_impl icalcalendar;