Add variable documentation
[sheep] / resources / emptydocs.lisp
index 608383136f2b8ce185ef2759dc73d8051e803dc5..7d4cca4f24224e1475f6d4079f4b6c0fd5552576 100644 (file)
@@ -1,6 +1,8 @@
 (defpackage #:emptydocs (:use :cl)
  (:export #:no-doc-condition #:no-doc-func))
 
+(defvar *special-variable* nil)
+
 (in-package #:emptydocs)
 
 (define-condition no-doc-condition nil nil)