diff options
author | Teddy Wing | 2023-04-16 21:20:01 +0200 |
---|---|---|
committer | Teddy Wing | 2023-04-16 21:20:01 +0200 |
commit | b2284896b9ba3945bc5e2206445ccfbb1ee9cfd3 (patch) | |
tree | c689809dacdf9299b70bf89ed3981a6a83bf5339 /src | |
parent | f40ea60f4d767c2ce84a41ca6989750534dee3f7 (diff) | |
download | xfdf-b2284896b9ba3945bc5e2206445ccfbb1ee9cfd3.tar.bz2 |
write-xfdf: Add function documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/xfdf.lisp | 2 |
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\"> |