aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/calp/html/caltable.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/module/calp/html/caltable.scm b/module/calp/html/caltable.scm
index b81ad18d..b6d7f45f 100644
--- a/module/calp/html/caltable.scm
+++ b/module/calp/html/caltable.scm
@@ -24,6 +24,12 @@
;; end-date : <date>
;; next-start : <date> → <date>
;; prev-start : <date> → <date>
+;;
+;; Month containing start-date.
+;; Days between start-date and end-date will be highlighted
+;; prev-start and next-start will generate links for the next interval,
+;; they can't be infered from start and end date, mostly due to months having
+;; different lengths
(define*-public (cal-table key: start-date end-date next-start prev-start)
(define (->link date)