aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2023-04-16 21:20:01 +0200
committerTeddy Wing2023-04-16 21:20:01 +0200
commitb2284896b9ba3945bc5e2206445ccfbb1ee9cfd3 (patch)
treec689809dacdf9299b70bf89ed3981a6a83bf5339 /src
parentf40ea60f4d767c2ce84a41ca6989750534dee3f7 (diff)
downloadxfdf-b2284896b9ba3945bc5e2206445ccfbb1ee9cfd3.tar.bz2
write-xfdf: Add function documentation
Diffstat (limited to 'src')
-rw-r--r--src/xfdf.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfdf.lisp b/src/xfdf.lisp
index fd8c8b7..d64aa29 100644
--- a/src/xfdf.lisp
+++ b/src/xfdf.lisp
@@ -1,6 +1,8 @@
(in-package :xfdf)
(defun write-xfdf (output-stream fields)
+ "Write an XFDF document to `output-stream` using cons cells in the `fields`
+list."
(format output-stream "~
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<xfdf xmlns=\"http://ns.adobe.com/xfdf/\" xml:space=\"preserve\">