diff options
author | Piotr Szarmanski | 2022-09-25 00:55:55 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2022-09-25 00:55:55 +0200 |
commit | 67d00dc4ce131d5cc46f4041dbf40391697e281d (patch) | |
tree | ce5a72abb52d3ed1d63d1b816a5caa371ca0d3c2 /src/conditions.lisp | |
parent | 9ed9bd758871d2f01a3d19192e9808ce19925a16 (diff) |
Clean up docstrings and type declarations.
Diffstat (limited to 'src/conditions.lisp')
-rw-r--r-- | src/conditions.lisp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/conditions.lisp b/src/conditions.lisp index 290d999..99b56f2 100644 --- a/src/conditions.lisp +++ b/src/conditions.lisp @@ -15,7 +15,11 @@ (in-package :eris) -(define-constant +eris-revision+ "1.0" :test #'equalp) +(define-constant +eris-revision+ "1.0" + :test #'equalp + :documentation + "String constant indicating the ERIS standard revision supported by this +implementation.") (define-condition eris-condition () ()) |