aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-09 22:18:48 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-09 22:18:48 +0200
commit4526a54ef07f2dd30bc61cc34934a157e02ab446 (patch)
tree5b0aad7a27b1e157c71fa0fd8104b695d04ecdd2 /module/vcomponent/parse.scm
parentRemove old parser, rename new parser to component. (diff)
downloadcalp-4526a54ef07f2dd30bc61cc34934a157e02ab446.tar.gz
calp-4526a54ef07f2dd30bc61cc34934a157e02ab446.tar.xz
Add short commentary on difference between parse and parse/component.
Diffstat (limited to 'module/vcomponent/parse.scm')
-rw-r--r--module/vcomponent/parse.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/module/vcomponent/parse.scm b/module/vcomponent/parse.scm
index 3bf444c9..9e5be8a3 100644
--- a/module/vcomponent/parse.scm
+++ b/module/vcomponent/parse.scm
@@ -1,3 +1,9 @@
+;;; Commentary:
+;; Code for parsing vdir's and icalendar files.
+;; This module handles the finding of files, while
+;; (vcomponent parse component) handles reading data from icalendar files.
+;;; Code:
+
(define-module (vcomponent parse)
:use-module (rnrs bytevectors)
:use-module (srfi srfi-1)