aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/vcomponent.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 00:01:28 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 00:01:28 +0200
commita82b6c772089aa46e30c6c89ef48f514294df3cb (patch)
treee25d9b6fd1fefe8b6ac293a5c0b53293872a8f54 /doc/ref/vcomponent.texi
parentAdd basic documentation for lens. (diff)
parentEven more documentation. (diff)
downloadcalp-a82b6c772089aa46e30c6c89ef48f514294df3cb.tar.gz
calp-a82b6c772089aa46e30c6c89ef48f514294df3cb.tar.xz
Merge branch 'next' into datarewrite-structures
Diffstat (limited to '')
-rw-r--r--doc/ref/vcomponent.texi (renamed from doc/ref/guile/vcomponent.texi)17
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/ref/guile/vcomponent.texi b/doc/ref/vcomponent.texi
index 2560bdde..d0e032b3 100644
--- a/doc/ref/guile/vcomponent.texi
+++ b/doc/ref/vcomponent.texi
@@ -1,5 +1,12 @@
-@node VComponent
-@section (vcomponent)
+@node VComponents
+@chapter VComponents
+
+Procedures for manipulating VComponents.
+VComponents are the general container type as specified by RFC5545
+(iCalendar). The term VComponent isn't from the standard, but rather
+the generialization of VCALENDAR, VEVENT, ...
+
+Some of these values are still Calp specific.
@defvr {Configuration Variable} calendar-files
List of filepaths
@@ -89,10 +96,10 @@ have parent in its parent slot
@end lisp
@end deffn
-@deffn (extract field) vcomponent
-@deffnx (extract* field) vcomponent
+@defun {(extract field)} vcomponent
+@defunx {(extract* field)} vcomponent
Curried version of @var{prop}.
-@end deffn
+@end defun
@defun delete-property! component key
@end defun