Merge pull request #280 from melisgl/main

follow up on PAX changes
This commit is contained in:
David Botton 2023-06-14 12:43:27 -04:00 committed by GitHub
commit 6302deb6e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,11 @@
(cl:in-package :clog) (cl:in-package :clog)
(defmethod exportable-reference-p ((package (eql (find-package :clog)))
symbol (locative-type (eql 'section))
locative-args)
t)
(defsection @clog-manual (:title "The CLOG manual") (defsection @clog-manual (:title "The CLOG manual")
"The Common Lisp Omnificient GUI, CLOG for short, uses web technology to "The Common Lisp Omnificient GUI, CLOG for short, uses web technology to
produce graphical user interfaces for applications locally or remotely. produce graphical user interfaces for applications locally or remotely.
@ -351,6 +356,8 @@ embedded in a native template application.)"
(font-variant-type type) (font-variant-type type)
(system-font-type type) (system-font-type type)
(font generic-function) (font generic-function)
;; This is not defined.
#+nil
(font-css generic-function) (font-css generic-function)
(set-font generic-function) (set-font generic-function)
(text-alignment-type type) (text-alignment-type type)