summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael McClurg <michael.mcclurg@outlook.com>2022-04-08 15:42:05 -0600
committerAllen Winter <allen.winter@kdab.com>2022-04-09 08:31:01 -0400
commitd8049e841c6b1bf191ad66d8392c5387141330a0 (patch)
tree83393bf267c2131c0165aa5cbd579f45d3fffc71 /doc
parent5764f71b2e064ff622e67449e5bec770c0ae28b6 (diff)
downloadlibical-git-d8049e841c6b1bf191ad66d8392c5387141330a0.tar.gz
Fix table in UsingLibical.md & missing period
Diffstat (limited to 'doc')
-rw-r--r--doc/UsingLibical.md32
1 files changed, 7 insertions, 25 deletions
diff --git a/doc/UsingLibical.md b/doc/UsingLibical.md
index 4e13d02b..abd297ca 100644
--- a/doc/UsingLibical.md
+++ b/doc/UsingLibical.md
@@ -34,7 +34,7 @@ at the [IETF Tools][] website:
### 1.1 The libical project
This code is under active development. If you would like to contribute
-to the project, visit <https://libical.github.io/libical/>
+to the project, visit <https://libical.github.io/libical/>.
### 1.2 License
@@ -1330,30 +1330,12 @@ RFC5545.
There are a few routines to manipulate error properties:
-[ The following data is supposed to be in a table. It looks OK in LyX,
-but does not format properly in output. ]
-
-+-------------------------------------+---------------------------------------------------------+
-| Routine | Purpose |
-+-------------------------------------+---------------------------------------------------------+
-| void icalrestriction_check() | Check a component against RFC5546 and insert |
-+-------------------------------------+---------------------------------------------------------+
-| | error properties to indicate non compliance |
-+-------------------------------------+---------------------------------------------------------+
-| int icalcomponent_count_errors() | Return the number of error properties |
-+-------------------------------------+---------------------------------------------------------+
-| | in a component |
-+-------------------------------------+---------------------------------------------------------+
-| void icalcomponent_strip_errors() | Remove all error properties in as |
-+-------------------------------------+---------------------------------------------------------+
-| | component |
-+-------------------------------------+---------------------------------------------------------+
-| void icalcomponent_convert_errors() | Convert some error properties into |
-+-------------------------------------+---------------------------------------------------------+
-| | REQUESTS-STATUS proprties to indicate the inability to |
-+-------------------------------------+---------------------------------------------------------+
-| | process the component as an iTIP request. |
-+-------------------------------------+---------------------------------------------------------+
+| Routine | Purpose |
+|---------|---------|
+| `void icalrestriction_check()` | Check a component against RFC5546 and insert error properties to indicate non compliance |
+| `int icalcomponent_count_errors()` | Return the number of error properties in a component |
+| `void icalcomponent_strip_errors()` | Remove all error properties in a component |
+| `void icalcomponent_convert_errors()` | Convert some error properties into REQUESTS-STATUS proprties to indicate the inability to process the component as an iTIP request. |
The types of errors are listed in icalerror.h. They are: