diff options
author | Michael McClurg <michael.mcclurg@outlook.com> | 2020-07-08 17:25:37 -0600 |
---|---|---|
committer | Michael McClurg <michael.mcclurg@outlook.com> | 2020-07-18 12:00:53 -0600 |
commit | ec5695a17a5f3cdba1382aa3eefa3c445063e657 (patch) | |
tree | 087878d8b33d053480508652a7188ad45f6e4512 /src/libicalss | |
parent | a6c76ace1e09e24d5d03f59a92f9e93ec63deb1b (diff) | |
download | libical-git-ec5695a17a5f3cdba1382aa3eefa3c445063e657.tar.gz |
Add missing, remove duplicate Doxygen files
Diffstat (limited to 'src/libicalss')
-rw-r--r-- | src/libicalss/icalcalendar.h | 13 |
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; |