changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/doc/err.lisp

changeset 698: 96958d3eb5b0
parent: 5673cd3f11e1
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
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 () ())