diff options
author | Teddy Wing | 2023-04-21 20:03:34 +0200 |
---|---|---|
committer | Teddy Wing | 2023-04-21 20:03:34 +0200 |
commit | d70f4a9091968b3664078b9ebc228a09d3990f55 (patch) | |
tree | 3023c4e4b4abfbb6738dd955ccca66618b8037eb /src | |
parent | 20b928e0874fc8da727e5b9e635b03719e91e8c8 (diff) | |
download | xfdf-d70f4a9091968b3664078b9ebc228a09d3990f55.tar.bz2 |
build-xfdf-field: Add function documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/xfdf.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xfdf.lisp b/src/xfdf.lisp index 726b578..5e0be7c 100644 --- a/src/xfdf.lisp +++ b/src/xfdf.lisp @@ -83,6 +83,7 @@ indent '(" "))) (defun build-xfdf-field (name value indent) + "Build the XFDF XML for a single field." (format nil "~ ~v{~A~:*~}<field name=\"~A\"> ~v{~A~:*~} <value>~A</value> |