aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/javascript/jcal.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-12 23:29:06 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-13 02:26:51 +0100
commit5e4aa8e9aba34bb101923685c23f0f6681a12812 (patch)
tree0bed50b63266ab65931a027c59e7b901f06d9d82 /doc/ref/javascript/jcal.texi
parentMade VEventComponent template optional. (diff)
downloadcalp-5e4aa8e9aba34bb101923685c23f0f6681a12812.tar.gz
calp-5e4aa8e9aba34bb101923685c23f0f6681a12812.tar.xz
Add documenttation for javascript rewrite.
Diffstat (limited to 'doc/ref/javascript/jcal.texi')
-rw-r--r--doc/ref/javascript/jcal.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ref/javascript/jcal.texi b/doc/ref/javascript/jcal.texi
index 4be8d33b..997b4d59 100644
--- a/doc/ref/javascript/jcal.texi
+++ b/doc/ref/javascript/jcal.texi
@@ -1,4 +1,7 @@
-
@node jcal
@subsection jcal.js
+@deftypefun Document jcal_to_xcal {JCal ...}
+A document with the xcal namespace, and @code{icalendar} as its root
+element. Each child is a valid xcal representation of our JCal object.
+@end deftypefun