changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 431: c40d2a41d7ce
parent: 5673cd3f11e1
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 09 Jun 2024 02:04:18 -0400
permissions: -rw-r--r--
description: source concatenating std.lisp, more systems, got zstd simple working, IO work, added dat/tar
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 () ())