aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/web/http/dav.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/module/web/http/dav.scm b/module/web/http/dav.scm
index 9adc8b87..dc50b680 100644
--- a/module/web/http/dav.scm
+++ b/module/web/http/dav.scm
@@ -1,3 +1,8 @@
+;;; Commentary:
+;;; This is a simple WedDAV client.
+;;; TODO figure out what it's used for.
+;;; Code:
+
(define-module (web http dav)
:use-module (srfi srfi-9)
:use-module (srfi srfi-88)