Kind | Covered | All | % |
expression | 0 | 2 | 0.0 |
branch | 0 | 0 | nil |
1
;;; lib/doc/err.lisp --- Doc Errors
2
3
;; Error conditions for documentation
4
5
;; We build most of our docs offline so we can be a bit more noisy
6
;; with our handling.
7
8
;;; Code:
9
(in-package :doc)
10
11
(deferror doc-error () ())